Leadtools.Forms.Ocr Namespace > IOcrDocument Interface : SaveXml Method |
Overload | Description |
---|---|
SaveXml(Stream,OcrXmlOutputOptions) | Converts the cumulated recognition result stored in the pages of this OCR document to XML data and stores it in a .NET stream. |
SaveXml(String,OcrXmlOutputOptions) | Converts the cumulated recognition result stored in the pages of this OCR document to XML data and stores it in a disk file. |
SaveXml(OcrXmlOutputOptions) | Converts the cumulated recognition result stored in the pages of this OCR document and returns it as XML data. |