コミュニティ

Extracting Confidence level to string

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件のコメント

  • Avatar
    Adrian Enders

    "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.

    0

サインインしてコメントを残してください。