RecognitionParams Object (Web Services API)
This object allows you to tune the recognition parameters.
Properties
| Name | Type | Description |
| Languages | String[ ] | Specifies a set of recognition languages. Elements of this set must be internal names from the first column of the table of the ABBYY FineReader Server recognition languages. |
| LookForBarcodes | Boolean | Specifies whether barcodes must be recognized. |
| ProhibitHiddenTextDetection | Boolean | Do not recognize text on pictures in input files. If it is set to false, the program will recognize text in picture areas and create a text layer for these areas in the output document. |
| ProhibitPictureDetection | Boolean | Prohibits picture area detection. |
| ProhibitTableDetection | Boolean | Prohibits table area detection. |
| RecognitionMode | RecognitionModeEnum | Specifies the recognition mode. |
| RecognitionQuality | RecognitionQualitySettingEnum | Specifies the mode which optimizes recognition for quality or speed. |
| TextExtractionMode | Boolean | Text area detection mode. Tables and images will not be extracted. |
| TextTypes | TextTypeEnum | The value of this property is an OR superposition of the TextTypeEnum. The value of this property must not be an empty set. |
See also
3/26/2024 1:49:49 PM