Hi,
I have to extract a number from pdf
eg: Organisation Number:123445.
I have to extract the number 123445.I am using “Organisation Number” as reference.But the problem is the number can be of format 123,445 or 123:445 or 12,3:44. And also the reference Organisation Number format also can change like Organisation,Number or Organisation.Number.
In some scenarios this refernce word is not present,in such cases its throwing me an error.If its not present i have to do certain set of actions.How to do that?
How to solve this?