Hi,
I am using ABBYY Cloud OCR SDK. I have generated alto XML files using .net framework. Exported alto XML contain XML schema version 2.0(http://www.loc.gov/standards/alto/alto-v2.0.xsd) . But I required version 3.1.(http://www.loc.gov/standards/alto/v3/alto-3-1.xsd). So kindly suggest how to change the schema version in .net project. Please find the few alto xml lines for your reference.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<alto xmlns="http://www.loc.gov/standards/alto/ns-v2#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/standards/alto/ns-v2# http://www.loc.gov/standards/alto/alto-v2.0.xsd">
<Description>
<MeasurementUnit>pixel</MeasurementUnit>
<OCRProcessing ID="IdOcr"><ocrProcessingStep><processingDateTime>2017-11-11</processingDateTime><processingSoftware><softwareCreator>ABBYY</softwareCreator><softwareName>ABBYY FineReader Engine</softwareName><softwareVersion>11</softwareVersion></processingSoftware></ocrProcessingStep></OCRProcessing>
</Description>
<Styles>
</Styles>
Comments
2 comments
This is very urgent. So kindly reply soon.
Thanks.
As we have already answered you by email, currently ABBYY Cloud OCR SDK supports only alto of the version 2.0, which is described with this scheme, and unfortunately there is no possibility to change the version via API.
Please sign in to leave a comment.