You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
I'm trying to get the actual charset loaded by Tesseract from a .traineddata file. I can call TessBaseAPI::GetUnichar(id++) in a loop but how to find what the maximum acceptable id is? TessBaseAPI::GetUnichar() implementation is just
I assume it will crash if id is out of bounds. And UNICHARSET::size() is not exposed via TessBaseAPI. Any idea how one could use TessBaseAPI::GetUnichar() to get chars known to Tesseract?