Converts the accumulated recognition results stored in the pages of this OCR document to XML data and stores it in a disk file.
Overload | Description |
---|---|
SaveXml(ocrxmloutputoptions) | Converts the accumulated recognition results stored in the pages of this OCR document and returns it as XML data. |
SaveXml(stream,ocrwritexmloptions,ocrxmloutputoptions) | Converts the accumulated recognition results stored in the pages of this OCR document to XML data and stores it in a .NET stream with XML options. |
SaveXml(stream,ocrxmloutputoptions) | Converts the accumulated recognition results stored in the pages of this OCR document to XML data and stores it in a .NET stream. |
SaveXml(string,ocrwritexmloptions,ocrxmloutputoptions) | Converts the accumulated recognition results stored in the pages of this OCR document to XML data and stores it in a disk file with XML options. |
SaveXml(string,ocrxmloutputoptions) | Converts the accumulated recognition results stored in the pages of this OCR document to XML data and stores it in a disk file. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET