Hi Team,
Hope you are well. I need help. Can you please direct me to the link or video where i can extract the information from Invoices (PDFS) with different format using document understanding. ?
Thanks and Regards,
Sri
Hi Team,
Hope you are well. I need help. Can you please direct me to the link or video where i can extract the information from Invoices (PDFS) with different format using document understanding. ?
Thanks and Regards,
Sri
Hi @srinivas_pradeep
Check out this video:
Thank you @rachinder_singh . But it has the webscrapping as well. Should i ignore that part?
@srinivas_pradeep In this particular video, URL is also extracted using Webscraping. If you don’t need to go by this method or have some other approach, you can ignore web scraping.
Thank you @rachinder_singh . I have all the pdfs in my local folder. Is there any video specific to this only? thanks
@srinivas_pradeep In that case you can use this video as well. Simply ignore scraping part and just ingest the pdfs. You can view the video from 17:00 timestamp.
Basically what you need to do is ingest each pdf one by one. You can use select folder activity and Directory.GetFiles(path) function.