Accusoft.OCRXpress.Java - Updated
setPageOrientation Method
Accusoft.OCRXpress.Java Project > com.accusoft.ocrxpress Package > RecognitionParameters Class : setPageOrientation Method
The desired page orientation value to use.
Sets the page orientation for 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 void setPageOrientation( 
   PageOrientation value
)

Parameters

value
The desired page orientation value to use.
See Also

Reference

RecognitionParameters Class
RecognitionParameters Members