Multiple dots when reading Number as Text - Reading using OCR

hamzakhan

New Member
Hi, When Spying on Region Mode and reading Total Value using OCR, sometimes the output has 2 dots

Example 1 = 12,.400.55
Example 2 = 1,.200.99

My Final output is after removing ","
Final 1 = 12.400.55
Final 2 = 1.200.99

issue: Unable to Cast text into the Number

Can anyone tell me how to remove the first DOT? keeping in mind i don't want to remove the Dot in the end since it changes the amount.
Output required

Output 1 = 12400.55
Output 2 = 1200.99
 
Hi ,
Check this more on region mode variants.

Font issues might be so this deep dive will give you samples to explain how to do all things .

 
Top