CLM AI

Address Extraction & OCR Detection

📝

Input

📊

Output

Processing...
Output will appear here...
🔗 API Info
POST /predict
cURL Command
curl -X POST /predict   -H "Content-Type: application/json"   -d '{"input": "YOUR_TEXT", "confidence": 0.5, "reformat": false}'
Request Body

                    
📤

Upload Image

🖼️

Drag & drop image here

or click to select file

Preview
📊

Results

Processing...
Upload an image and click "Run OCR" to see results
🔗 API Info
POST /api/ocr/visualize
cURL Command
curl -X POST /api/ocr/visualize   -H "Content-Type: application/json"   -d '{"image_base64": "BASE64_DATA", "conf": 0.25, "iou": 0.45}'
Request Body