←Select platform

UseLettersToNumbersMapping Property

Summary

Tries to replace letters with numbers, when letters are detected.

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

Property Value

true to try to replace letters with numbers; otherwise, false. The default value is false.

Remarks

Sometimes processed documents contain typos or errors due to OCR processing, resulting in numbers placed in the middle of words, or letters placed in the middle of numbers. Set UseLettersToNumbersMapping to true to automatically detect and fix letters placed in the middle of numbers only.

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.