🐬 Dolphin Document Parser API

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)

API Endpoints

Example cURL usage:

curl -X POST "http://localhost:8001/parse" -F "file=@document.pdf" -F "element_type=page"