←Select platform

RemoveRubbishOcrZones Property

Summary

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

Syntax
C#
VB
C++
public bool RemoveRubbishOcrZones {get; set;} 
Public Property RemoveRubbishOcrZones() As Boolean 
   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.

Remarks

Refer to Parsing Text with the Document Library for more information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly