0.2.0 • Published 11 months ago

@graphai/pdf2text_agent v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@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"
  }
}
0.2.0

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago