Link Search Menu Expand Document

BaseTextExtractorConsiderBackgroundColors Property

Consider background colors under text objects when detecting table structure. It can be useful for striped tables, but may degrade extraction quality on scanned documents because of uneven image background. Default is false.

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

Property Value

Type: Boolean

Implements

IBaseTextExtractorConsiderBackgroundColors
See Also

Reference