OCRXMLOutput

This is a delegate of type UserExitOCRXMLOutput and has the following parameters.

  • IWorkdoc doc

  • XmlDocument xmlDoc

This user exit enables a developer to edit the body of the OCR XML file.

This user exit is called once the XML document is completed for output, but before it is written out to the export directory. The XML document is passed into the user exit via the XmlDocument xmlDoc parameter.

This user exit is available during export processing only.