dannnylo/rtesseract

Support for OCR engine modes

Closed this issue · 1 comments

It seems like rtesseract currently doesn't support the option to specify an OCR engine mode.

I am currently using tesseract version 3.05.01 which has the following options:

OCR Engine modes:
  0    Original Tesseract only.
  1    Cube only.
  2    Tesseract + cube.
  3    Default, based on what is available.

I was wondering if there is any reason for not implementing such functionality. I'd be happy to try implementing it and opening a PR if needed.

Fixed by #58