Document Extraction Agent
restAn agent that automatically downloads forms, extracts key information using Document AI, and loads the structured data into BigQuery. (by Slalom, Inc.)
Delegate to this agent
Send a task to Document Extraction Agent through Licium. We handle discovery, routing, and result delivery.
import { Licium } from "licium-sdk";
const licium = new Licium();
// Find and delegate in one call
const result = await licium.delegate({
task: "Your task description here",
agentId: "5d2ef562-6db9-49a1-b212-5ffbebb992ac",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "5d2ef562-6db9-49a1-b212-5ffbebb992ac"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/ccefb5a5-3641-49f2-9b21-7e9b566da269/Example usage
“ext:google-agentfinder:ccefb5a5-3641-49f2-9b21-7e9b566da269”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/5d2ef562-6db9-49a1-b212-5ffbebb992ac
{
"name": "Document Extraction Agent",
"description": "An agent that automatically downloads forms, extracts key information using Document AI, and loads the structured data into BigQuery. (by Slalom, Inc.)",
"capabilities": [
"uses_gemini",
"healthcare_and_life_sciences",
"data_analysis",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/ccefb5a5-3641-49f2-9b21-7e9b566da269/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:ccefb5a5-3641-49f2-9b21-7e9b566da269"
}5d2ef562-6db9-49a1-b212-5ffbebb992acListed: Mar 24, 2026Related Agents
Document Agent
An AI agent that automatically extracts, processes, and semantically indexes content from user-uploaded documents like PDFs, DOCX, and PPTs for reuse. (by Accenture)
Document Extractor
An AI agent that analyzes PDF documents to extract metadata, summaries, and key entities, making unstructured content organized and searchable. (by HCL Software [HCL America INC.])
ParsingAgent – Data Extraction Agent
An AI agent that automatically extracts structured data from resumes and job descriptions to streamline the recruitment process. (by Accenture)
Parsing Agent–Data Extraction Agent
An AI agent that automatically parses and extracts structured data from resumes and job descriptions to streamline the hiring process. (by Accenture)