Commit
·
2dfdfed
1
Parent(s):
1b2ecd5
fix typo
Browse files- preprocessor_config.json +1 -3
preprocessor_config.json
CHANGED
|
@@ -16,7 +16,5 @@
|
|
| 16 |
0.5,
|
| 17 |
0.5
|
| 18 |
],
|
| 19 |
-
"processor_class": "
|
| 20 |
-
"image_processor_class": "image_processing_img2html.Img2HTMLImageProcessor",
|
| 21 |
-
"model_type": "img2html"
|
| 22 |
}
|
|
|
|
| 16 |
0.5,
|
| 17 |
0.5
|
| 18 |
],
|
| 19 |
+
"processor_class": "processing_img2html.Img2HTMLProcessor"
|
|
|
|
|
|
|
| 20 |
}
|