Skip to content

OCRdesktop 4.0

Latest
Compare
Choose a tag to compare
@chrys87 chrys87 released this 02 Feb 09:20
· 1 commit to master since this release

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