←Select platform

Text Property

Summary

The OCR recognized text in the filled-in form.

Syntax
C#
C++/CLI
Python
public string Text { get; set; } 
public:  
   property String^ Text 
   { 
      String^ get() 
      void set(String^ value) 
   } 
Text # get and set (OcrFieldResult) 

Property Value

A string that represents the OCR recognized text. The default value is null.

Remarks

Individual OCR characters can be accessed using OcrFieldResult.Characters property.

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.Omr Assembly

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