@graphai/pdf2text_agent 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,9 +14,9 @@ yarn add @graphai/pdf2text_agent
14
14
 
15
15
  ```typescript
16
16
  import { GraphAI } from "graphai";
17
- import { templateAgent } from "@graphai/pdf2text_agent";
17
+ import { pdf2textAgent } from "@graphai/pdf2text_agent";
18
18
 
19
- const agents = { templateAgent };
19
+ const agents = { pdf2textAgent };
20
20
 
21
21
  const graph = new GraphAI(graph_data, agents);
22
22
  const result = await graph.run();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphai/pdf2text_agent",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "files": [