Hi,
Is there a way to obtain a confidence value that a character has been properly recognized? I have seen that, for instance, Camera OCR separates recognized characters in two groups, but I would like to have a result similar to a probability of success.
Thank you in advance.
Comments
1 comment
Please try to use CharacterRecognitionVariant::CharConfidence property to get access to the value of recognition confidence of the character. Find more info in Developer’s Help → API Reference → Text-Related Objects → Text-Related Objects → CharacterRecognitionVariant.
Also this article will be useful: Developer’s help → Guided Tour → Advanced Techniques → Using Voting API
Please sign in to leave a comment.