I have a situation where my documents are landscape, but are scanned portrait, so every image needs to be rotated, either 90 or 270 degrees. The recognition orientation works almost all the time. I am trying to make it 100% accurate re-orientation. What are the key attributes of a document that can be used to get correct orientation. I have some limited control of the form. (Using FlexiCapture v11).
How to improve accuracy of orientation rotation
Was this article helpful?
0 out of 0 found this helpful
Comments
2 comments
If you know the rotation before hand you can configure the scan station, or an import profile to rotate the images always 90 degrees.
Are you using Fixed forms or a FlexiLayout? If you use a fixed form you can use static elements and anchor points to control form identification and rotation.
you can try to detect page orientation before recognition stage and rotate the page accordingly.
You can do it in custom automation script.
Let me know if you need more details.
Dusan
Post is closed for comments.