Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 250 Bytes

File metadata and controls

10 lines (7 loc) · 250 Bytes

DocuMind AI Backend (Render)

A lightweight Flask backend that extracts text from uploaded PDF files and returns a summarized version.

API Endpoint

POST /analyze

  • Accepts: PDF file (multipart/form-data)
  • Returns: JSON { "summary": "..." }