DELXCOMMERCE 2 routes

Discovery pack · Research, document and automation agents

Extract text from PDF documents

A bounded local document-processing path for agents that need text or OCR from one supplied PDF, with no URL fetch or storage.

PDF text extractiondocument processingPDF parsertext layer extractionx402 document API

Human → agent handoff

Share the job, not a directory.

Every route below has its own price, schema and bounded AgentCash command. Copying a command preserves this pack as a measurable discovery source.

https://api.delx.ai/api/v1/x402/start?q=extract%20text%20from%20a%20PDF%20for%20an%20agent
01
document · POST /api/v1/x402/pdf-textPDF Text Extraction for Agents

extract_pdf_text

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/pdf-text -m POST -H 'x-delx-source: discovery-pack-process-pdf-documents' --max-amount 0.003 -b '{"pdf_base64":"<base64 PDF up to 4 MiB decoded>","max_chars":200000}'
$0.003
02
document · POST /api/v1/x402/pdf-ocrScanned PDF OCR for Agents

extract_pdf_ocr

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/pdf-ocr -m POST -H 'x-delx-source: discovery-pack-process-pdf-documents' --max-amount 0.01 -b '{"pdf_base64":"<base64 scanned PDF up to 4 MiB decoded>","max_pages":10,"max_chars":200000,"psm":6}'
$0.01

Machine-readable path

Inspect the graph.