Hi,
I am developing RPA with Abbyy flexicapture Standalone and I have to arrange the extracted data in Confidence level order.
Is there a way to extract the confidence Level to the field data or filename?
Hi,
I am developing RPA with Abbyy flexicapture Standalone and I have to arrange the extracted data in Confidence level order.
Is there a way to extract the confidence Level to the field data or filename?
0人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
"Confidence" is off of each character, more specifically the "Symbols" object, not a field. Look at an export script. Here is an example in C#:
Document.Field("Order\\Total").Symbols[0].Confidence;
You would loop thru all of the Symbols to get the confidence of each character.
サインインしてコメントを残してください。