Name | Description | |
---|---|---|
![]() | RecognitionParameters Constructor | Overloaded. |
The following tables list the members exposed by RecognitionParameters.
Name | Description | |
---|---|---|
![]() | RecognitionParameters Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | getDefaultXDPI | Gets the horizontal resolution (in DPI) to use for recognized BufferedImages. |
![]() | getDefaultYDPI | Gets the vertical resolution (in DPI) to use for recognized BufferedImages. |
![]() | getLanguage | Gets the language used for the recognition engine. |
![]() | getPageOrientation | 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. |
![]() | setDefaultXDPI | Sets the horizontal resolution (in DPI) to use for recognized BufferedImages. |
![]() | setDefaultYDPI | Sets the vertical resolution (in DPI) to use for recognized BufferedImages. |
![]() | setLanguage | Sets the language to use for the recognition engine. |
![]() | setPageOrientation | 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. |