Get a specific value after using extract pdf text

Hi @BHUSHAN_NAGAONKAR1

Input = "14,567.00"
Output = Input.Replace(",","").Replace("/","").TrimEnd("0"c).TrimEnd("."c)

Check the below image for better understanding @BHUSHAN_NAGAONKAR1 :

Hope it helps!!

1 Like