Link Search Menu Expand Document

BaseTextExtractorOCRDetectLines Property

Sets whether to detect horizontal and vertical lines during OCR. They help to detect the table structure in scanned documents. Default is false.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public bool OCRDetectLines { get; set; }

Property Value

Type: Boolean

Implements

IBaseOCRExtractorOCRDetectLines
Remarks
Line detection is disabled by default, as it has little impact on performance and may produce false positives on scanned documents with uneven background color.
See Also

Reference