Community

Font detection in abbyy finereader engine ?

I am using ocr cloud sdk in my application for ocr but it does not support font details in its output xml. Fonts names and sizes are required word by word in my application.

I want to know that if fonts are support in finereader engine's output xml? or in any other Abby API ?

Was this article helpful?

0 out of 0 found this helpful

Comments

2 comments

  • Avatar
    Permanently deleted user

    It is possible to recognize fonts names and sizes using ABBYY FineReader Engine 11. It can be done in different ways:

    1. Using the XML export format. This file includes both the recognized text and the character attributes such as its coordinates, the font name, the font size, etc. The detailed information about the XML export format you can find in the FREngine Help file: API Reference → Parameter Objects → Export Parameters → XMLExportParams.

    2. Via FREngine API. You can get this information using the CharParams object. Find more details in the Help file: API Reference → Text-Related Objects → CharParams.

    For trial version of FineReader Engine, please fill the form at our site.

    0
  • Avatar
    Permanently deleted user

    The parameter xcf (--xmlWriteCharFormatting) is neccessary to get the font size.

    0

Please sign in to leave a comment.