Skip to main content
Version: Version 1.1.0

[PageProcessingParams] INI file section

The [PageProcessingParams] section is the central control point for the page-level pipeline. It covers three phases, each with a Boolean flag that enables or disables it:

If you disable a phase, its corresponding parameter section is ignored.


PerformPreprocessing

KeyTypeDefault
PerformPreprocessingBooleantrue

Specifies whether the engine corrects the page image before analysis. This step, called preprocessing, adjusts orientation, skew, geometry, resolution, and color inversion so that the image is ready for layout analysis and text recognition. 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. When set to true, Pdftools OCR Service removes color elements from the image so they don’t interfere with text detection.


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.