瀏覽代碼

docs: how to use table recognition

xuchao 1 年之前
父節點
當前提交
f3ad9be38b
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      README_zh-CN_v2.md

+ 5 - 1
README_zh-CN_v2.md

@@ -206,7 +206,11 @@ cp magic-pdf.template.json ~/magic-pdf.json
 ```json
 {
   // other config
-  "models-dir": "/tmp/models"
+  "models-dir": "D:/models",
+  "table-config": {
+        "is_table_recog_enable": false, // 表格识别功能默认是关闭的,如果需要修改此处的值
+        "max_time": 400
+    }
 }
 ```