pytesseract 可以使用 ChoiceIterator 搜索多个匹配项吗?

Can pytesseract use ChoiceIterator to search over multiple matches?

pytesseract 可以使用 ChoiceIterator 来搜索多个匹配项吗?在我看来,pytesseract 只是二进制文件的接口。 tesserocr gives access to the Tesseract API which allows the use of ChoiceIterator. Example How do I use the Tesseract API to iterate over words?

pytesseract "wraps" tesseract 可执行文件,不提供此功能。所以你需要使用 tesserocr 或者你可以使用 tesseract API via cffi.

您没有说明为什么需要 ChoiceIterator。也许看看 hocr 输出(pytesseract.

支持