does someone work with fineReader abbyy sdk 10? I am curious if is even possible to get the success rate of data mining after image ocr processing.
For scenario that we have workflow for data collecting from images and if recognized result is less then 90% then we put our batch to visual validation/corrections.
For sdk handling I am using .net - its not so important to know but ... just for in case
How can I achieve that number? Thanks for advice
There is no "Global recognition confidence" property. The developers are expected to calculate it by themselves using their own confidence criterias. The most simple way is iterating through each character, checking CharParams.IsSuspicious property. Here is a code sample (C#) for FREngine 11