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