Changelog:
- performance improvements
- cleanup, removed a lot of wrapper code
- feature: OCR image files (-f parameter)
example: ocrdesktop -f /path/to/file.jpg - feature: OCR multipage pdf files (-f parameter)
example: ocrdesktop -f /path/to/file.pdf - fix: compatibility issue with new tesseract 5.x release
- feature: works completely headless by passing -o (output to stdout) -n (hide UI) and -f file.png (input file)
example: ocrdesktop -o -n - f /path/to/file.png
new optional dependency for OCR PDF files:
- python-pdf2image