UseSymbolRegionsCorrection Property (TesseractOcrSettings)
Gets or sets a value indicating whether the Tesseract OCR engine must do additional analysis of OCR result and return OCR result with non-overlapping symbol regions.
[DefaultValue(False)]
public: __property bool get_UseSymbolRegionsCorrection();
public: __property void set_UseSymbolRegionsCorrection(
bool
);
Property Value
True - the Tesseract OCR engine must do additional analysis of OCR result and return OCR result with non-overlapping symbol regions;
false - the Tesseract OCR engine must return OCR result as is.
Default value is false.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5