Developer Docs

Welcome to Docwyn AI Platform - Developer Docs.

We are currently hoping to launch our SaaS for Developers soon, you can expect this to be the case around May, 2025. Wanna Join, we're hiring!

Features

Docwyn AI - Structure V1 LLM

Docwyn AI has launched a brand new Structure V1 LLM that has industry leading structure recognition capability, it is trained on 1 Million Invoices, and has robust handwritten capability integration as well.

Performance: <3 seconds @ >99.8% on Structured Data Extraction Benchmark - CVE-2025.

Pricing: Free

👇I want to use it right now!👇

If you are interested in using Docwyn AI - Structure V1 LLM (Open Beta) feel free to reach out to our CEO at [email protected] - We're currently providing free access to enterprise customers.

from docwyn_sdk import PDFLoader, StructuredOutput # 🚀 Load and parse an invoice PDF doc = PDFLoader("invoice.pdf") data = doc.parse(response_format=StructuredOutput) print(data) # 🚀 Outputs structured JSON instantly! # 🧊 Tip of the Iceberg – There's More! 🔥 print("💡 Tip of the Iceberg: What else can you do? 🤯") print("🔹 ✍️ Extract Handwritten Text? ✅") print("🔹 📸 Process Images & Scanned Docs? ✅") print("🔹 💬 Import from WhatsApp & Emails? ✅") print("🔹 🌍 Support for 50+ Languages? ✅") print("🔹 📑 Auto-Extract Tables & Forms? ✅")