BaseRecognitionSettings
BaseRecognitionSettings constructor
Initializes a new instance of the RecognitionSettings
class with full set of properties.
public BaseRecognitionSettings(Language language = Language.None, bool autoSkew = true,
float skewAngle = 0, int threshold = 0)
Parameter | Type | Description |
---|---|---|
language | Language | Language used for OCR. |
autoSkew | Boolean | Enable automatic image skew correction. |
skewAngle | Single | Set angle for image rotation. |
threshold | Int32 | Custom image binarization threshold |
See Also
- enum Language
- class BaseRecognitionSettings
- namespace Aspose.OCR
- assembly Aspose.OCR