Accusoft.OCRXpress.Java - Updated
getPageOrientation Method
Accusoft.OCRXpress.Java Project > com.accusoft.ocrxpress Package > RecognitionParameters Class : getPageOrientation Method
Gets the page orientation used by the recognition engine. A value of PageOrientation.DETECT will automatically detect the orientation of the page while a value of PageOrientation.UPRIGHT will assume that the page is correctly oriented already. A value of PageOrientation.REORIENT will both detect the correct orientation and will rotate the page in memory to the correct orientation.
Syntax
public PageOrientation getPageOrientation()

Return Value

The desired page orientation value used.
See Also

Reference

RecognitionParameters Class
RecognitionParameters Members