Document Parser API
✓ Service is running
Available Endpoints:
POST /extract - Extract and segment text from DOCX files
Accepts: .docx, .txt files
Returns: JSON with array of text segments
GET /health - Health check endpoint
Usage Example:
curl -X POST -F "[email protected]" http://localhost:8000/extract