Hi guys,
I have some challenging usecase to solve , can you guys help me to suggest some easier ways is there?
Use Case:
- i have customer documents like house documents(Image) which contains customer name .
- There are 100 counties(States in country)
3)In those 100 counties i have different sub documents (for example 12’th marksheet , 10’th marksheet,degree certificates) with customer name in it (in example Students name in those marksheet) - customer name position is dynamic for every various documents. Like sometimes it will be in the middle of paragraphs or Name : and anywhere No key words will be common for all documents
- So here the challenge is extraction of customer name from all various documents without using OCR and String manipulation because my organisation was already working in python in same with regex expression in no cost of any license for that.So they are asking me to do this in different way like screen scrapping,anchor base and citrix recording relative scrapping with uipath.
So please give your views of what logic can i use , how can i extract the name which is dynamically changes its position in 100 * 75 Documents.
Thanks in Advance !!!