extract_pdf
ActiveTool of Agent Utility API
declared in 1.28.1
Structured PDF extraction from base64-encoded PDF bytes. $0.05/call via x402.
Parameters schema
{
"type": "object",
"title": "extract_pdf_toolArguments",
"required": [
"file_base64"
],
"properties": {
"doc_type": {
"type": "string",
"title": "Doc Type",
"default": "auto"
},
"file_base64": {
"type": "string",
"title": "File Base64"
}
}
}Parent server
Agent Utility API
1/7 registries