I am using Pytesseract for OCR. But it looks like there is no option in the documentation to extract the confidence of ever character. I already have the Confidence of word but I want to know at which character the confidence is getting low.
So after research I came to know there is a function tesserractExtractResult() in the tesseract API which can give confidence of characters. How can I use this function in Python? -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/c24a110e-11a2-4a38-b4c7-968c34a74366%40googlegroups.com.

