|
Hi :
In leadtool ocr imaging api help document, their are two api interfaces as follows :
1> L_LTDOC_API L_INT L_DocGetRecognizedCharacters(hDoc, nPageIndex, ppRecogChars, plCharsCount, uStructSize)
This function could return the chars' name and location and confidence .
2> L_LTDOC_API L_INT L_DocGetRecognizedWords (hDoc, nPageIndex, ppRecogWords, uStructSize, pnWordsCount)
This function could return the word' name and location , however corresponed confidence results .
Does leadtool ocr engine provide any interfaces or methods to catch the words' confidence ?
|