Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

[libtesseract] output of get_available_builders() is incomplete #80

Open
wwqgtxx opened this issue Nov 1, 2017 · 2 comments
Open

[libtesseract] output of get_available_builders() is incomplete #80

wwqgtxx opened this issue Nov 1, 2017 · 2 comments
Labels

Comments

@wwqgtxx
Copy link

wwqgtxx commented Nov 1, 2017

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

@jflesch
Copy link
Member

jflesch commented Nov 2, 2017

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 jflesch added the bug label Nov 2, 2017
@jflesch jflesch changed the title why libtesseract not support numeric mode [libtesseract] output of get_available_builders() is incomplete Nov 2, 2017
@jflesch
Copy link
Member

jflesch commented Dec 14, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants