* Change to download first and check contentType * Up to date * Some bug fix, still some bug with img * Update tool to read from file * improve formatting in PDF * Add tool of img file OCR , but meet some bug * Bug fix for parameter passing error. * Modification Introduction
18 lines
367 B
JSON
18 lines
367 B
JSON
{
|
||
"author": "Menghuan1918",
|
||
"version": "488",
|
||
"name": "Doc2X服务",
|
||
"avatar": "plugins/doc2x",
|
||
"intro": "将传入的图片或PDF文件发送至Doc2X进行解析,返回带LaTeX公式的markdown格式的文本。",
|
||
"showStatus": true,
|
||
"weight": 10,
|
||
|
||
"isTool": true,
|
||
"templateType": "tools",
|
||
|
||
"workflow": {
|
||
"nodes": [],
|
||
"edges": []
|
||
}
|
||
}
|