Skip to content

Commit

Permalink
update:update config json
Browse files Browse the repository at this point in the history
  • Loading branch information
myhloli committed Oct 23, 2024
1 parent 6440857 commit 790691d
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions magic-pdf.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@
"models-dir":"/tmp/models",
"layoutreader-model-dir":"/tmp/layoutreader",
"device-mode":"cpu",
"layout-config": {
"model": "doclayout_yolo"
},
"formula-config": {
"mfd_model": "yolo_v8_mfd",
"mfr_model": "unimernet_small",
"enable": true
},
"table-config": {
"model": "TableMaster",
"is_table_recog_enable": false,
"model": "tablemaster",
"enable": false,
"max_time": 400
}
},
"config_version": "1.0.0"
}

0 comments on commit 790691d

Please sign in to comment.