Community

Vertical and horisontal fields recognition with processFields method Answered

How can I recognize vertical and horizontal text fields simultaneously on the same document with processFields method? Or I must use another method?

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

  • Avatar
    SDK Support Team

    (Text updated)

    There is a new <rotation> element in xml schema for processFields call which allows you to set direction of a text block:

    <text id="vertical" left="50" top="1581" right="83" bottom="1771">
        <rotation>counterclockwise</rotation>
    </text>
    

    Changes are deployed to production server.

    1

Please sign in to leave a comment.