Bidirectional PDF form ↔ schema tool.
- Extract: PDF form → typed schema (JSON Schema, Zod, TypeScript interface)
- Fill: Schema + data → filled PDF
Works with AcroForm PDFs (deterministic, free) and flat PDFs (AI Vision via Google Gemini).
Ships as: npm library (pdf-form-schema), CLI (pdf2schema), and MCP server (pdf-form-schema-mcp).
Under active development.