@chittycorp/chittyformfill
v1.0.0
Published
ChittyFormFill - AI-powered PDF form extraction and filling API
Readme
📋 ChittyFormFill
AI-powered PDF form extraction and filling API. Part of the ChittyOS ecosystem.
Features
- ✅ Native PDF form field extraction (no OCR needed)
- 📝 Intelligent form filling with field validation
- 🤖 Claude & OpenAI tool definitions included
- 🚀 Deploy anywhere - Render, Cloudflare, Railway
Quick Start
npm install
npm startAPI Endpoints
Extract Form Fields
POST /api/upload
POST /api/fill-url # Extract from URLFill Forms
POST /api/fill-pdf # Fill uploaded PDF
POST /api/fill-url # Fill PDF from URLCompare Templates
POST /api/compare-templatesClaude/OpenAI Integration
// Claude Tool
{
"name": "extract_pdf_fields",
"description": "Extract form fields from PDF"
}
// OpenAI Function
{
"name": "fill_pdf_with_fields",
"description": "Fill PDF with provided data"
}Deployment
- Render: See
render.yaml - Cloudflare: See
wrangler.toml - MCP Server:
npm run mcp
Part of ChittyOS
Built for the ChittyOS ecosystem of intelligent automation tools.
License
MIT © ChittyOS
