Automated OCR for PDFs in a watched folder
267
PyPDFOCR on Docker
get rid of your paperwork...
PyPDFOCR converts a scanned PDF into an OCR'ed PDF using Tesseract-OCR and Ghostscript
This Docker image is based on the official Ubuntu base image.
It incorporates a patch for issue #41 of pypdfocr 0.9.0 likely to be fixed in 0.9.1
docker run --rm dschoen/pypdfocr [-h] [-d] [-v] [-m] [-l LANG] [--preprocess]
[--skip-preprocess] [-w WATCH_DIR] [-f] [-c CONFIGFILE] [-e]
[-n]
[pdf_filename]
docker run -v ~/Documents/Paper:/media dschoen/pypdfocr
For sample config see [config.yaml](https://github.com/mmatiaschek/pypdfocr-docker/blob/master/config.yaml) or pypdfocr authors repository [here](https://github.com/virantha/pypdfocr/).
Content type
Image
Digest
Size
283.6 MB
Last updated
about 9 years ago
docker pull dschoen/pypdfocr-docker