Address Extraction & OCR Detection
curl -X POST /predict -H "Content-Type: application/json" -d '{"input": "YOUR_TEXT", "confidence": 0.5, "reformat": false}'
Drag & drop image here
or click to select file
curl -X POST /api/ocr/visualize -H "Content-Type: application/json" -d '{"image_base64": "BASE64_DATA", "conf": 0.25, "iou": 0.45}'