prajwalJumde
commited on
Commit
•
b0229a8
1
Parent(s):
a1292c7
Update preprocessor_config.json
Browse files- preprocessor_config.json +2 -10
preprocessor_config.json
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
{
|
2 |
"apply_ocr": false,
|
3 |
"do_normalize": true,
|
4 |
-
"do_rescale": true,
|
5 |
"do_resize": true,
|
6 |
"feature_extractor_type": "LayoutLMv3FeatureExtractor",
|
7 |
"image_mean": [
|
@@ -9,19 +8,12 @@
|
|
9 |
0.5,
|
10 |
0.5
|
11 |
],
|
12 |
-
"image_processor_type": "LayoutLMv3ImageProcessor",
|
13 |
"image_std": [
|
14 |
0.5,
|
15 |
0.5,
|
16 |
0.5
|
17 |
],
|
18 |
"ocr_lang": null,
|
19 |
-
"processor_class": "LayoutLMv3Processor",
|
20 |
"resample": 2,
|
21 |
-
"
|
22 |
-
|
23 |
-
"height": 224,
|
24 |
-
"width": 224
|
25 |
-
},
|
26 |
-
"tesseract_config": ""
|
27 |
-
}
|
|
|
1 |
{
|
2 |
"apply_ocr": false,
|
3 |
"do_normalize": true,
|
|
|
4 |
"do_resize": true,
|
5 |
"feature_extractor_type": "LayoutLMv3FeatureExtractor",
|
6 |
"image_mean": [
|
|
|
8 |
0.5,
|
9 |
0.5
|
10 |
],
|
|
|
11 |
"image_std": [
|
12 |
0.5,
|
13 |
0.5,
|
14 |
0.5
|
15 |
],
|
16 |
"ocr_lang": null,
|
|
|
17 |
"resample": 2,
|
18 |
+
"size": 224
|
19 |
+
}
|
|
|
|
|
|
|
|
|
|