DocumentRecognitionSettings.DocumentRecognitionSettings
DocumentRecognitionSettings(int, int)
初始化一个新的实例DocumentRecognitionSettings
具有短属性集的类.
public DocumentRecognitionSettings(int startPage = 0, int pagesNumber = 1)
范围 | 类型 | 描述 |
---|---|---|
startPage | Int32 | 设置第一页进行识别。默认为 0。 |
pagesNumber | Int32 | 设置识别多页 pdf 文件的页数。 |
也可以看看
- class DocumentRecognitionSettings
- 命名空间 Aspose.OCR
- 部件 Aspose.OCR
DocumentRecognitionSettings(int, int, Language, bool, bool, int)
初始化一个新的实例DocumentRecognitionSettings
具有全套属性的类.
public DocumentRecognitionSettings(int startPage, int pagesNumber,
Language language = Language.None, bool detectAreas = true, bool autoSkew = true,
int threshold = 0)
范围 | 类型 | 描述 |
---|---|---|
startPage | Int32 | 设置第一页进行识别。默认为 0。 |
pagesNumber | Int32 | 设置识别多页 pdf 文件的页数。 |
language | Language | 用于 OCR 的语言。 |
detectAreas | Boolean | 启用自动文本区域检测。 |
autoSkew | Boolean | 启用自动图像倾斜校正。 |
threshold | Int32 | 自定义图像二值化阈值。 |
也可以看看
- enum Language
- class DocumentRecognitionSettings
- 命名空间 Aspose.OCR
- 部件 Aspose.OCR