Create config.json
Browse files- config.json +8 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "MonkeyOCR",
|
| 3 |
+
"model_files": [
|
| 4 |
+
"Recognition",
|
| 5 |
+
"Relation",
|
| 6 |
+
"Structure"
|
| 7 |
+
]
|
| 8 |
+
}
|