PDF Text Parser
PDF Text Parser is a FastAPI service for precision PDF processing. It extracts text page-by-page or returns structured page info (size, chars, lines, shapes, images). Clients can target exact pages (1,3-5), apply crop boxes, and pass through pdfplumber settings for nuanced extraction, including password-protected files. Per-plan quotas (Basic → Mega) enforce page limits, while RapidAPI proxy…
PDF Text Parser endpoints
| Method | Endpoint | Description |
|---|---|---|
| default | ||
| POST |
parse /parse |
Converts raw PDF files into structured text output, preserving page boundaries and basic document layout. This endpoint focuses on reliable text extraction, making PDF content… |
| POST |
analyze /analyze |
Performs deeper inspection of each page within the PDF, identifying and analyzing data and objects such as text blocks, layout elements, or other page-level components across the… |
PDF Text Parser pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 7 / minute |
|
| PRO Recommended | $1 / month | 30 / minute |
|
| ULTRA | $3 / month | 120 / minute |
|
| MEGA | $10 / month | 600 / minute |
|