PDF Text Extractor
Extracts visible text from text based PDF content passed inline as text or base64 in a stateless JSON request.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
pdf_base64 | base64_or_text | Yes | Pdf base64 |
Outputs
| Name | Type | Description |
|---|---|---|
pages | array | Pages |
warnings | array | Warnings |
text | any | Text |
work | array | Work |
Sample request
{
"pdf_base64": "QlQgKEhlbGxvIFBERikgVGogRVQ="
}