notaginger
commited on
Commit
•
6c01bff
1
Parent(s):
47d1677
Create preprocessor_config.json
Browse files- preprocessor_config.json +10 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"apply_ocr": true,
|
3 |
+
"do_resize": true,
|
4 |
+
"feature_extractor_type": "LayoutLMv2FeatureExtractor",
|
5 |
+
"ocr_lang": "deu",
|
6 |
+
"processor_class": "LayoutXLMProcessor",
|
7 |
+
"resample": 2,
|
8 |
+
"size": 224,
|
9 |
+
"tesseract_config": ""
|
10 |
+
}
|