v1
latestSwagger 2.02026-07-1371041.4 KBPDF To Text
Extract text from a PDF, or search within a PDF
Two operations selected by action:
- Convert (default) — extract text, returned as text/plain (or text/html if output_format=Html) in the response body.
- Search — find a substring; response is JSON array of { page, x, y, width, height } text-position objects.
Input is either a multipart upload (form field file) or a url referencing a PDF.
post/api2/pdftotext
Request body
Response
Plain text (or HTML, or JSON array for Search) in body.