Skip to main content

2 posts tagged with "document processing"

View All Tags

Upload an Invoice, Want Structured Data ? Parse using AI in n8n via PDF4me

· 8 min read
SEO and Content Writer

Upload an invoice PDF to PDF4me, then run it through the AI-Invoice Parser. Two nodes. You get a processInvoiceModel with vendor name, invoice number, totals, line items, bill-to details—everything in a structured format you can map to databases, spreadsheets, or the next workflow step. n8n gives you Schema, Table, and JSON views so you can inspect the output however you like.

One PDF, Many Documents with barcodes ? Split by Barcode in n8n using PDF4me

· 10 min read
SEO and Content Writer

One PDF, multiple documents inside—batch scans, mail with separator sheets, or reports with barcode dividers. PDF4me Split PDF by Barcode finds barcodes (QR Code, Code 128, Data Matrix), filters by text (e.g. starts with PDF4me), and splits the file at each match. In n8n, you need just two PDF4me nodes: Upload file to PDF4me to host the PDF, then Split PDF by barcode to cut it into individual files. Execute the workflow and get PDF4me Barcode 1.pdf, PDF4me Barcode 2.pdf, and more—ready to download or pass to the next node.