go.tesseract icon indicating copy to clipboard operation
go.tesseract copied to clipboard

go.tesseract is a wrapper for the tesseract-ocr library.

Results 7 go.tesseract issues
Sort by recently updated
recently updated
newest added

that returns a tsv string the contains word confidence there is currently no other api exposed in go.tesseract that exports the word recognition confidence value. I do not expect it...

This PR makes passing an empty `datapath` to `NewTess()` actually pass `NULL` to `TessBaseAPIInit3()`. It's needed because passing `NULL` is the only way to make Tesseract use the compiled in...

TessChoiceIterator requires at least Tesseract 3.04.00, it might be a good idea to bump the version.

how to setup go.tesseract on windows?

The fact that you check for this makes me think you have seen it at least a few times. When the BoxText has like "th" or "ch" where a single...