RemoveRubbishOcrZones Property (original) (raw)

Summary

Indicates whether to ignore low confidence (because of noise, or rubbish) OCR results when adding results to the DocumentPageText.

Syntax

public bool RemoveRubbishOcrZones {get; set;} 

public: property bool RemoveRubbishOcrZones { bool get() void set(bool value) }

Property Value

true to ignore low confidence (because of noise, or rubbish) OCR results when adding results to the DocumentPageText; otherwise, false to add all results obtained from OCR recognition regardless of the confidence value. The default value is true.