←Select platform

IsFromOcr Property

Summary

Indicates that this character was obtained through an OCR operation.

Syntax
C#
VB
C++
public bool IsFromOcr {get; set;} 
Public Property IsFromOcr() As Boolean 
   Get 
   Set 
public:  
   property bool IsFromOcr 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if this character was obtained through an OCR operation; otherwise, false. The default value is false.

Remarks

For more information, refer to Parsing Text with the Document Library.

Example

For an example, refer to DocumentText.StoreOcrPageCharacters.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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