Skip to main content
Version: Version 1.0.0

[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.

  1. This page documents mainly three phases.
  2. Each phase can be individually enabled or disabled with a Boolean flag.
  3. 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

KeyTypeDefault
PerformPreprocessingBooleantrue

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

KeyTypeDefault
ProhibitColorObjectsAtProcessingBooleanfalse

Specifies if color objects must be filtered out from the image before layout analysis and recognition.


PerformAnalysis

KeyTypeDefault
PerformAnalysisBooleantrue

Specifies if page analysis is to be performed.
If this property is false, the [PageAnalysisParams] INI file section is ignored.


PerformRecognition

KeyTypeDefault
PerformRecognitionBooleantrue

Specifies if recognition is to be performed.
If this property is false, the [RecognizerParams] INI file section is ignored.