添加插件:Doc2X 图片/文档识别 (#2097)

* Init the requrest part

* Finish the img deal part

* For test only one plugin

* Finish img2text part

* Finish pdf ocr part

* Change vscode setting back

* Change `for` into` for await` type
This commit is contained in:
Menghuan1918
2024-07-24 09:59:20 +08:00
committed by GitHub
parent dcaf972767
commit 8d2a192515
6 changed files with 1194 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
{
"author": "",
"version": "486",
"name": "Doc2X服务",
"avatar": "/imgs/workflow/textEditor.svg",
"intro": "传入的URL形式的图片或PDF文件发送至Doc2X进行解析返回带LaTeX公式的markdown格式的文本。",
"showStatus": true,
"weight": 10,
"isTool": true,
"templateType": "tools",
"workflow": {
"nodes": [],
"edges": []
}
}