←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#
C++/CLI
Python
public bool RemoveRubbishOcrZones {get; set;} 
public:  
   property bool RemoveRubbishOcrZones 
   { 
      bool get() 
      void set(bool value) 
   } 
RemoveRubbishOcrZones # get and set (DocumentText) 

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 22.0.2023.4.21
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.