Update README.md
Browse files
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=
|
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",
|