コミュニティ

[FlexiCapture Engine 11] exporting data to xml with word&char confidence level and location.

I am exporting recognized data to xml using FlexiCapture 11 Engine SDK . this is what I am calling -> "processor.ExportDocumentEx()" how to include word/char confidence and location into xml result?

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

2件のコメント

  • Avatar
    Anna Savinova

    The FileExportParams contains field XMLParams. So the "XMLParams.MarkSuspiciousSymbols = true" and "XMLParams.ExportFieldPosition = true" properties can be used this situation.

    Please, read more about this properties in Help → API Reference → Export Parameters Object → XMLExportParams.

    0
  • Avatar
    Permanently deleted user

    Thank you that works for me!!

    0

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