コミュニティ

Export to XCA_BASIC/ XCA_EXTENDED

Hi,

How to export pdf into alto XML format (XCA_Basic , XCA_Extended). I am using submitImage/processDocument method to perform recognition.

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • Avatar
    Permanently deleted user

    ABBYY Cloud OCR SDK supports the following export formats that should be useful for you:

    To get the output in this format set the exportFormat parameter of the processDocument method to alto.

    • xml and xmlForCorrectedImage (the same as xml, but all coordinates written into the output XML file relate to the corrected (deskewed, rotated, etc.) image, not the original). This format is described with the following XML scheme.

    Two XML results are available in this case: so called basic variant of XML result and extended one, which contains the variants of characters recognition. Use the xml:writeRecognitionVariants parameter of the processDocument method to specify if you need to get one or another XML. This parameter can have the false or true values correspondingly.

    0

サインインしてコメントを残してください。