PyOCR 0.8

Hello,

I’ve released PyOCR 0.8.

Main changes are:

  • Replaced libtesseract.image_to_pdf() by an object-oriented API that allows creating PDF with more than 1 page (thanks to Matthias Kraus). (previous API calls still exist however, they just call the new API)
  • tesseract.can_detect_orientation(): only returns True if ‘osd’ date files are installed
  • Various fixes regarding the use of Pyocr in a frozen executable (Paperwork on Windows for instance)

As usual, information regarding PyOCR is available at https://gitlab.gnome.org/World/OpenPaperwork/pyocr .

Detailed ChangeLog is available here: https://gitlab.gnome.org/World/OpenPaperwork/pyocr/blob/master/ChangeLog

Best regards,