JaMe76 commited on
Commit
9f29150
1 Parent(s): 6700e20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ When running the model within the deepdoctection analyzer, adjust the segmentati
41
  ```python
42
  import deepdoctection as dd
43
 
44
- analyzer = dd.get_dd_analyzer(reset_config_file=True, config_overwrite=["PT.ITEM.WEIGHTS=microsoft/tatr_v1/pytorch_model.bin",
45
  "PT.ITEM.FILTER=['table']",
46
  "PT.ITEM.PAD.TOP=5",
47
  "PT.ITEM.PAD.RIGHT=5",
 
41
  ```python
42
  import deepdoctection as dd
43
 
44
+ analyzer = dd.get_dd_analyzer(reset_config_file=True, config_overwrite=["PT.ITEM.WEIGHTS=deepdoctection/tatr_tab_struct_v2/pytorch_model.bin",
45
  "PT.ITEM.FILTER=['table']",
46
  "PT.ITEM.PAD.TOP=5",
47
  "PT.ITEM.PAD.RIGHT=5",