Community

Rotation image via fine reader engine

Hello , how to rotate the image by using fine reader engine?

Was this article helpful?

0 out of 0 found this helpful

Comments

4 comments

  • Avatar
    Anastasia Galimova

    To rotate the image manually, you can use either IImageDocument::Transform method, or IPrepareImageMode::Rotation property. Also the image can be rotated automatically, if you set PageProcessingParams::DetectOrientation property to true. The detailed descriptions of these methods can be found in the Help file.

    To save the rotated image in an external format, use WriteToFile method for required plan of ImageDocument object.

    0
  • Avatar
    Happy

    you may rotate selected images counterclockwise or with a customized rotation angle using fine image programme.

    1
  • Avatar
    Rama Reddy

    Hi Anastasia,

    I tried all three ways DetectOrientation,Transform and Rotation. But we have to set the property  RotationTypeEnum based on the required rotation angle. Based on document the rotation angle can be changed. How can I identify how much rotation the image needs and so that I can pass the required rotation to that particular property? 

    0
  • Avatar
    Rama Reddy

    Hi Happy,

    I am using ABBYY java SDK. Can you suggest me how can we the same with java? 

    0

Please sign in to leave a comment.