I m using Read pdf with ocr activity combined together with UiPath Screen OCR.
I’m using the matches activity and have configured the following Regular Expressions
(?<=Check if federal tax withheld was not deposited with the IRS because .*)\d+
So I want that it recognize the number 37
but for some PDF’s, it recognize 3 7 (with a space between the 2 number) instead of 37.
How can I avoid that my ienmatches value is retrieve without this space?