←Select platform

LettersToNumbers Property

Summary

Indicates whether to try to convert some letters to numbers in order to match a given pattern. Applied when documents have a poor quality text.

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

Property Value

true to try to match letters to nearest numbers; otherwise, false.

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

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