←Select platform

Characters Property

Summary
List of character classes representing the detected characters inside the OCR field.

Syntax
C#
C++/CLI
Java
Python
public IList<OcrCharacter> Characters { get; } 
public OcrCharacter getCharacters(); 
public void setCharacters( 
   java.util.List<OcrCharacter> ocrCharacter 
); 
public: 
property IList<OcrCharacter>^ Characters { 
   IList<OcrCharacter>^ get(); 
} 
Characters # get  (OcrFormFieldResult) 

Property Value

The recognized characters.

Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly

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