PDF Text Extraction API
A simple REST API to extract text and metadata from PDF documents. Supports multi-page PDFs, per-page extraction, and PDF metadata.
PDF Text Extraction API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
metadata /api/metadata |
Returns title, author, subject, page count, and other metadata |
| POST |
extract /api/extract-text |
Returns full text + per-page text from uploaded PDF |