Hello everybody,
I wanted to create a invoice processing tool through n8n. My process will be
- Upload invoice from google drive
- File Conversion from Excel
- Invoice process as my desired data like Purchase Order, Price, product name, model, Manufacturer etc.
- Output the information in google sheet.
But I am not allowed to use any LLM model.
How could I build this properly?
TIA.
Google Drive node: Download the invoice file.
Extract from file node: Read and parse the Excel file.
Set/Function node: Map and process the required fields.
Google Sheets node: Append the processed data to your sheet.
This I think will go with CSV or excel… but for advanced parsing like PDF, nothing on my mind yet…
1 Like
Adding to what Parintele_Damaskin said, for PDF parsing and stuff, you can try CustomJS PDF generator node
1 Like