Releases: chrys87/ocrdesktop
Releases · chrys87/ocrdesktop
OCRdesktop 4.0
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
OCRdesktop 3.0
Changelog:
- remove stalled, unmaintained dependency "tesserwrap" and replace it by "pytesseract"
- add color analyzing by -O
- ability to limit the number of colors shown on UI: -x
- replace tab with spaces (style)
- fix all deprecations
- modernize code
1.01
Version 1.00
version 1.00