コミュニティ

Vertical and horisontal fields recognition with processFields method 回答済み

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

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

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

コメント

1件のコメント

  • 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

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