←Select platform

UseLettersToNumbersMapping Property

Summary

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

Syntax
C#
C++/CLI
Python
public bool UseLettersToNumbersMapping {get; set;} 
public:  
   property bool UseLettersToNumbersMapping 
   { 
      bool get() 
      void set(bool value) 
   } 
UseLettersToNumbersMapping # get and set (RegexParameters) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Unstructured Assembly

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