@graphai/pdf2text_agent
v0.2.0
Published
Downloads
39
Readme
@graphai/pdf2text_agent for GraphAI
Install
yarn add @graphai/pdf2text_agent
Usage
import { GraphAI } from "graphai";
import { pdf2textAgent } from "@graphai/pdf2text_agent";
const agents = { pdf2textAgent };
const graph = new GraphAI(graph_data, agents);
const result = await graph.run();
Agents description
- pdf2textAgent - Pdf2text Agent
Input/Output/Params Schema & samples
Input/Params example
- pdf2textAgent
{
"inputs": {
"buffer": {
"type": "Buffer",
"data": [
104,
101,
108,
108,
111,
112,
100,
102
]
}
},
"params": {
"type": "md"
}
}