Transform skewed, angled photos of documents into perfect, cropped scans. Simple API, powerful results. No credit card required to start.
Upload a document photo and see the magic happen
curl -X POST https://doc-scan-api.fly.dev/extract \ -H "x-api-key: pcr_consulting" \ -F "file=@input.png" \ -F "monotone=true" \ -F "contrast_enhance=true" \ --output "result.jpg"
Click to upload your own
Get started with just a few lines of code
curl -X POST https://api.docs.tech/v1/crop \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "image=@document.jpg" \ -F "format=png" # Response { "success": true, "cropped_url": "https://cdn.docs.tech/...", "confidence": 0.98, "processing_time": 1.2 }
import { DocsClient } from '@docs-tech/sdk';
const client = new DocsClient({
apiKey: process.env.DOCS_API_KEY
});
const result = await client.cropDocument({
image: './document.jpg',
format: 'png',
enhance: true
});
console.log(result.croppedUrl);
Powerful features built for developers
Advanced computer vision automatically detects document boundaries and corrects perspective distortion.
Support for PNG, JPG, PDF output. Process receipts, contracts, forms, and any document type.
Process documents in under 2 seconds with our optimized AI pipeline and global CDN.
RESTful API, TypeScript SDK, webhooks, and comprehensive documentation.
Start building immediately with our free tier. Only pay when you're ready for production.
99.9% uptime SLA, SOC 2 compliance, and dedicated support for enterprise customers.
Start free, scale as you grow
Have questions? Anyone, big or small, can book a call to ask questions Book a call for enterprise pricing
Join thousands of developers using docs.tech to process documents with AI precision.