pyocr
pyocr copied to clipboard
[libtesseract] output of get_available_builders() is incomplete
I see the code of
https://github.com/openpaperwork/pyocr/blob/master/src/pyocr/libtesseract/tesseract_raw.py#L381
https://github.com/openpaperwork/pyocr/blob/master/src/pyocr/libtesseract/init.py#L110
It's showed the libtesseract was supported the numeric mode,but why in get_available_builders not allow us use DigitBuilder?
Quite frankly, I totally forgot get_available_builders even existed (it's not even documented in the README). What they currently return is probably obsolete.
You can safely use DigitBuilder with libtesseract.
I'll update get_available_builders for the next release.
Ok, the next next release... sorry .. :/