pyocr icon indicating copy to clipboard operation
pyocr copied to clipboard

[libtesseract] output of get_available_builders() is incomplete

Open wwqgtxx opened this issue 8 years ago • 2 comments

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

wwqgtxx avatar Nov 01 '17 01:11 wwqgtxx

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.

jflesch avatar Nov 02 '17 08:11 jflesch

Ok, the next next release... sorry .. :/

jflesch avatar Dec 14 '17 20:12 jflesch