[PageProcessingParams] INI file section
Use the PageProcessingParams section as the central control point for the page-handling pipeline that covers preprocessing, layout analysis, and recognition.
- This page documents mainly three phases.
- Preprocessing (
PerformPreprocessingalongsideProhibitColorObjectsAtProcessingoption) - Analysis (
PerformAnalysis) - Recognition (
PerformRecognition)
- Preprocessing (
- Each phase can be individually enabled or disabled with a Boolean flag.
- If you disable one of the phases documented on this page, the detailed parameter section that fine-tunes that phase (
[PagePreprocessingParams],[PageAnalysisParams], or[RecognizerParams]) is skipped entirely.
PerformPreprocessing
| Key | Type | Default |
|---|---|---|
PerformPreprocessing | Boolean | true |
Specifies if page preprocessing is to be performed.
Page preprocessing is performed before page analysis and includes correction of orientation, inversion, and geometrical distortions.
If this property is false, the [PagePreprocessingParams] INI file section is ignored.
ProhibitColorObjectsAtProcessing
| Key | Type | Default |
|---|---|---|
ProhibitColorObjectsAtProcessing | Boolean | false |
Specifies if color objects must be filtered out from the image before layout analysis and recognition.
PerformAnalysis
| Key | Type | Default |
|---|---|---|
PerformAnalysis | Boolean | true |
Specifies if page analysis is to be performed.
If this property is false, the [PageAnalysisParams] INI file section is ignored.
PerformRecognition
| Key | Type | Default |
|---|---|---|
PerformRecognition | Boolean | true |
Specifies if recognition is to be performed.
If this property is false, the [RecognizerParams] INI file section is ignored.