Dileep7729 commited on
Commit
a1783ba
·
verified ·
1 Parent(s): 30fd523

Delete preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +0 -26
preprocessor_config.json DELETED
@@ -1,26 +0,0 @@
1
- {
2
- "apply_ocr": false,
3
- "do_normalize": true,
4
- "do_rescale": true,
5
- "do_resize": true,
6
- "image_mean": [
7
- 0.5,
8
- 0.5,
9
- 0.5
10
- ],
11
- "image_processor_type": "LayoutLMv3ImageProcessor",
12
- "image_std": [
13
- 0.5,
14
- 0.5,
15
- 0.5
16
- ],
17
- "ocr_lang": null,
18
- "processor_class": "LayoutLMv3Processor",
19
- "resample": 2,
20
- "rescale_factor": 0.00392156862745098,
21
- "size": {
22
- "height": 224,
23
- "width": 224
24
- },
25
- "tesseract_config": ""
26
- }