コミュニティ

How to find font info in the xml returned by cloud ocr ?

In my project i am using Abbyy cloud ocr for scan images.Now font information is also required for our project requirements.

I am using "processImage" method in web service to get xml of scan images (which contains text). My code is

var url = string.Format("http://cloud.ocrsdk.com/processImage?language={0}&exportFormat={1},{2}", language, "txt", "xml");

How to find font names in xml returned by cloud ocr ?

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

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

コメント

2件のコメント

  • Avatar
    Eugenia Meshcheryakova

    Unfortunately, there is no font support in Cloud OCR SDK yet. Please vote for the feature request: http://forum.ocrsdk.com/questions/3693/feature-request-font-info-in-xml. Hope it will be implemented in the nearest future.

    Please consider using FineReader Engine that supports this feature. You сan find the detailed information on this product here: http://www.abbyy.com/ocr_sdk/.

    0
  • Avatar
    Permanently deleted user

    Hi,

    We are happy to inform you that this functionality has been recently implemented. Now it is possible to get information about the paragraph and character styles in the XML export format. For this please use the xml:writeFormatting parameter of the processImage or processDocument methods and set it to true (by default it is false).

    0

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