Community

[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?

Was this article helpful?

0 out of 0 found this helpful

Comments

2 comments

  • 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
    kyounsud

    Thank you that works for me!!

    0

Please sign in to leave a comment.