Accusoft.OCRXpress.Java - Updated
RecognitionParameters Class Methods

Accusoft.OCRXpress.Java Project > com.accusoft.ocrxpress Package : RecognitionParameters Class

For a list of all members of this type, see RecognitionParameters members.

Public Methods
 NameDescription
Public MethodGets the horizontal resolution (in DPI) to use for recognized BufferedImages.  
Public MethodGets the vertical resolution (in DPI) to use for recognized BufferedImages.  
Public MethodGets the language used for the recognition engine.  
Public MethodGets 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.  
Public MethodSets the horizontal resolution (in DPI) to use for recognized BufferedImages.  
Public MethodSets the vertical resolution (in DPI) to use for recognized BufferedImages.  
Public MethodSets the language to use for the recognition engine.  
Public MethodSets 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.  
Top
See Also

Reference

RecognitionParameters Class
com.accusoft.ocrxpress Package