Hey can anyone help me create an id scraping tool im pretty new to building ai agents so i want to create a tool that identifies the type of id that is submitted on an email (Drivers license, National ID, etc) it needs to download this pdf from an email, identify the type of id, scrape the data and fill out details of the person on an excel sheet
Hi, I recommend you to check out some tutorials to become familiar with n8n. I can give an simple flow on what nodes you can use.
Mail trigger
→ identifcation of what kind of email
→ if node
→ some image identification/local llm
(something with privacy in mind) ore possibly an OCR tool.
Good Idea, I can help you!