fedihch commited on
Commit
d242c54
1 Parent(s): 81aa23f

Upload preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +21 -0
preprocessor_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "apply_ocr": true,
3
+ "do_normalize": true,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "LayoutLMv3FeatureExtractor",
6
+ "image_mean": [
7
+ 0.5,
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
+ "processor_class": "LayoutLMv3Processor",
18
+ "resample": 2,
19
+ "size": 224,
20
+ "tesseract_config": ""
21
+ }