Effortlessly automate text extraction from PDF invoices – including scans or classic paper documents.

Papierrechnungen automatisch verarbeiten

Our PDF Parser at https://generator.7-pdf.de/ enables you to directly convert any invoice document into a structured XML format compliant with ZUGFeRD / DIN EN 16931 – standardized, machine-readable, and ready for integration into your systems. The PDF Parser is part of our self-developed AI-powered analysis service 7-PDF Invoice Extractor, already in daily use by well-known companies!

⚙️ How does the PDF Parser work?

  1. 📤 Upload your PDF invoices via FastAPI, CURL or web form
  2. 🧠 Our server-side AI analyzes the document
  3. 📦 You automatically receive a ZUGFeRD DIN EN 16931-compliant XML – standardized, structured, and validatable

Request via CURL:

curl -X POST https://generator.7-pdf.de/extract-invoice/ \
-H "accept: application/json" \
-H "Authorization: Bearer [[ T O K E N - C O D E ]]" \
-H "Content-Type: multipart/form-data" \
-F "file=@/Users/username/Documents/Invoice.pdf"

Sample Response:

{
  "success": true,
  "invoice_number": "2825056",
  "xml": "<?xml version=\"1.0\" ?>\n<rsm:CrossIndustryInvoice ...",
  "validation_file": "passed",
  "validation_string": "passed"
}

💼 Use Cases & Benefits

  • 🚀 Automate processing of incoming invoices
  • 📷 Works even with scanned PDFs (OCR-capable)
  • 📤 Ideal for batch processing via FastAPI & automated workflows
  • 📁 Structured XML output for seamless system integration
  • 💡 Perfect for ERP, accounting, archiving, and e-commerce platforms
  • 🔁 Also usable for transforming regular PDF invoices into true e-invoices

📘 Get Started Instantly

💡 Tip: Test the parser using our demo integration via 7-PDF Printer and 7-PDF Attach Extract and Remove – a great showcase of API quality and performance. To access the FastAPI directly, a valid token is required (subscription needed). For first-time testing, the print workflow is the easiest option!

📑 View Quick Start Guide for Parser Test via Print Workflow 🔑 Get API Token – Use FastAPI with Pro, Team, or Enterprise Plan!

🔒 Your Data. Your Control.

  • 🏢 German sole proprietorship – personal responsibility and quality
  • 🔐 SSL-encrypted data transmission
  • ❌ No data retention – all processed data is deleted immediately
Top