/// <summary> /// Gets the confidence percentile for the current element at the specified level. /// </summary> public float GetConfidence(PageIteratorLevel level) { return TessApi.TessResultIteratorConfidence(Handle, level); }
I use a custom .NET layer somewhat similar to Tesseract.net. The Handle is returned from TessBaseAPIGetIterator() after a page is recognized, and level defines the element type (PageIteratorLevel.Symbol for characters, PageIteratorLevel.Word for words) -- 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 tesseract-ocr+unsubscr...@googlegroups.com. To post to this group, send email to tesseract-ocr@googlegroups.com. Visit this group at https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/372e985d-d57a-48fe-9a06-bc435a78a5a9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.