Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 671 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 671 Bytes

This Go application running in a Docker container automatically runs OCR on the PDF files in a mounted folder.

  1. Download this repository
  2. Modify docker-compose.yml
  3. (Optional) Add languages in the languages folder
  4. Start the container with docker compose up

Filename format

DoOcr-deu+eng-XXXX.pdf
1⮥------2⮥-----3⮥

  1. DoOcr Part that triggers the script
  2. deu+eng Languages for the ocr (Must be added during build)
  3. XXXX User specified part

Example:
DoOcr-deu+eng-blablup.pdf



Credits to OCRmyPDF and tesseract.