nielsr HF staff commited on
Commit
26362c3
1 Parent(s): cdd8131

Create preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +7 -0
preprocessor_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ {
2
+ "apply_ocr": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "LayoutLMv2FeatureExtractor",
5
+ "resample": 2,
6
+ "size": 224
7
+ }