Pārlūkot izejas kodu

docs: how to use table recognition

xuchao 1 gadu atpakaļ
vecāks
revīzija
f3ad9be38b
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  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
 ```json
 {
 {
   // other config
   // other config
-  "models-dir": "/tmp/models"
+  "models-dir": "D:/models",
+  "table-config": {
+        "is_table_recog_enable": false, // 表格识别功能默认是关闭的,如果需要修改此处的值
+        "max_time": 400
+    }
 }
 }
 ```
 ```