PDF Text Extractor
Extract text content from PDF documents programmatically. Features: - Full text extraction from uploaded PDFs - URL-based PDF processing (no upload needed) - Page-range extraction (specific pages only) - Document metadata (title, author, subject, creator, producer) - Word and character counts - Max file size: 20MB Extraction modes: - Full document: all pages at once - By URL: download and…
PDF Text Extractor endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
extractFromUrl /extract/url |
Download a PDF from a URL and extract text content. |
| POST |
extractFromFile /extract |
Upload a PDF file and extract all text content with metadata. |
| POST |
extractPages /extract/pages |
Extract text from specific pages of an uploaded PDF. |