Question
How to check input document's rotation?
Answer
FineReader Engine stores page rotation in the ImageRotation
property of the ImageDocument
object.
There is also an option to check if the document was de-skewed and its skew angle - this can be done by accessing the IsSkewCorrected
and SkewAngleproperties
of the ImageDocument
object.
Comments
0 comments
Please sign in to leave a comment.