Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Results returned by the FTE process will always be in a consistent layout. Refer to the Response Syntax documentation to learn more about the format of any response coming back from FTE.

OCR responses are cached on the GlobalCapture server. Future versions of Capture will support a more streamlined interface for presenting and working with response output. For the initial release, response output will need to be collected manually for inspection from the CaptureProcessing directory.

The capture processing folder for a given process will include both the AI derived JSON response, as well as a base64 encoded file containing the page data for ever page inspected in the process. This output can be helpful for support and troubleshooting efforts, in addition to the initial setup of profiles for a given document format.

aiResponse_XXX.json is the AI OCR output, where XXX represents the page of the file.

encodedFilePage_XXX.txt is the base64 encoded page data, again where XXX represents the page.