Upload PDFs or images to get structured document parsing results in JSON format.
📁 Click here to select file or drag and drop
Supported: PDF, JPG, PNG, BMP, TIFF (max 50MB)
POST /parse - Upload and parse documentGET /health - Check API healthGET /status - Get model statuscurl -X POST "http://localhost:8001/parse" -F "file=@document.pdf" -F "element_type=page"