A tool for converting PDF and DOCX files to Markdown.
docker-compose build
docker-compose upServer starts at http://localhost:5004
Converts PDF or DOCX to Markdown. File type is detected automatically.
Authentication: Requires Bearer token in Authorization header or token query parameter.
Example:
curl -X POST \
-H "Authorization: Bearer your-secret-token" \
-F "[email protected]" \
http://localhost:5003/convertHealth check endpoint (no authentication required).
AGPL-3.0