You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "maximum pixel number for connected components to regard as noise (0 will deactivate denoising)",
54
54
"default": 0
55
55
},
56
+
"dpi": {
57
+
"type": "number",
58
+
"format": "float",
59
+
"description": "pixel density in dots per inch (overrides any meta-data in the images); disabled when zero or negative",
60
+
"default": 0
61
+
},
56
62
"level-of-operation": {
57
63
"type": "string",
58
64
"enum": ["page", "region", "line"],
@@ -121,8 +127,8 @@
121
127
"dpi": {
122
128
"type": "number",
123
129
"format": "float",
124
-
"description": "pixel density in dots per inch (overrides any meta-data in the images); disabled when negative",
125
-
"default": -1
130
+
"description": "pixel density in dots per inch (overrides any meta-data in the images); disabled when zero or negative",
131
+
"default": 0
126
132
},
127
133
"level-of-operation": {
128
134
"type": "string",
@@ -160,8 +166,8 @@
160
166
"dpi": {
161
167
"type": "number",
162
168
"format": "float",
163
-
"description": "pixel density in dots per inch (overrides any meta-data in the images); disabled when negative",
164
-
"default": -1
169
+
"description": "pixel density in dots per inch (overrides any meta-data in the images); disabled when zero or negative",
170
+
"default": 0
165
171
},
166
172
"min_fraction": {
167
173
"type": "number",
@@ -190,8 +196,8 @@
190
196
"dpi": {
191
197
"type": "number",
192
198
"format": "float",
193
-
"description": "pixel density in dots per inch (overrides any meta-data in the images); disabled when negative",
194
-
"default": -1
199
+
"description": "pixel density in dots per inch (overrides any meta-data in the images); disabled when zero or negative",
200
+
"default": 0
195
201
},
196
202
"min_fraction": {
197
203
"type": "number",
@@ -226,8 +232,8 @@
226
232
"dpi": {
227
233
"type": "number",
228
234
"format": "float",
229
-
"description": "pixel density in dots per inch (overrides any meta-data in the images); disabled when negative",
230
-
"default": -1
235
+
"description": "pixel density in dots per inch (overrides any meta-data in the images); disabled when zero or negative",
236
+
"default": 0
231
237
},
232
238
"range": {
233
239
"type": "number",
@@ -314,8 +320,8 @@
314
320
"dpi": {
315
321
"type": "number",
316
322
"format": "float",
317
-
"description": "pixel density in dots per inch (overrides any meta-data in the images); disabled when negative; when disabled and no meta-data is found, 300 is assumed",
318
-
"default": -1
323
+
"description": "pixel density in dots per inch (overrides any meta-data in the images); disabled when zero or negative; when disabled and no meta-data is found, 300 is assumed",
0 commit comments