Skip to content

kevurugames/document-parser

Repository files navigation

Parser Tool

A tool for converting PDF and DOCX files to Markdown.

Running

docker-compose build
docker-compose up

Server starts at http://localhost:5004

API

POST /convert

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/convert

GET /health

Health check endpoint (no authentication required).

License

AGPL-3.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •