DocumentRecognitionSettings
Contents
[
Hide
]DocumentRecognitionSettings(int, int)
Initializes a new instance of the DocumentRecognitionSettings
class with short set of properties.
public DocumentRecognitionSettings(int startPage = 0, int pagesNumber = 1)
Parameter | Type | Description |
---|---|---|
startPage | Int32 | Set the first page for recognition. 0 by default. |
pagesNumber | Int32 | Set the number of pages for recognition multipage pdf file. |
See Also
- class DocumentRecognitionSettings
- namespace Aspose.OCR
- assembly Aspose.OCR
DocumentRecognitionSettings(int, int, Language, bool, bool, int)
Initializes a new instance of the DocumentRecognitionSettings
class with full set of properties.
public DocumentRecognitionSettings(int startPage, int pagesNumber,
Language language = Language.None, bool detectAreas = true, bool autoSkew = true,
int threshold = 0)
Parameter | Type | Description |
---|---|---|
startPage | Int32 | Set the first page for recognition. 0 by default. |
pagesNumber | Int32 | Set the number of pages for recognition multipage pdf file. |
language | Language | Language used for OCR. |
detectAreas | Boolean | Enable automatic text areas detection. |
autoSkew | Boolean | Enable automatic image skew correction. |
threshold | Int32 | Custom image binarization threshold. |
See Also
- enum Language
- class DocumentRecognitionSettings
- namespace Aspose.OCR
- assembly Aspose.OCR