ocrd 3.8.0__py3-none-any.whl → 3.8.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ocrd/ocrd-all-tool.json +25 -0
- {ocrd-3.8.0.dist-info → ocrd-3.8.1.dist-info}/METADATA +1 -1
- {ocrd-3.8.0.dist-info → ocrd-3.8.1.dist-info}/RECORD +7 -7
- {ocrd-3.8.0.dist-info → ocrd-3.8.1.dist-info}/LICENSE +0 -0
- {ocrd-3.8.0.dist-info → ocrd-3.8.1.dist-info}/WHEEL +0 -0
- {ocrd-3.8.0.dist-info → ocrd-3.8.1.dist-info}/entry_points.txt +0 -0
- {ocrd-3.8.0.dist-info → ocrd-3.8.1.dist-info}/top_level.txt +0 -0
ocrd/ocrd-all-tool.json
CHANGED
|
@@ -41,5 +41,30 @@
|
|
|
41
41
|
"description": "Whether to extract an image for each filtered segment and write to the output fileGrp."
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
|
+
},
|
|
45
|
+
"ocrd-command": {
|
|
46
|
+
"executable": "ocrd-command",
|
|
47
|
+
"description": "Bare-bones processor runs shell commands to process PAGE files",
|
|
48
|
+
"steps": ["recognition/text-recognition", "recognition/font-identification", "recognition/post-correction", "layout/segmentation", "layout/analysis"],
|
|
49
|
+
"categories": [],
|
|
50
|
+
"input_file_grp_cardinality": [1, -1],
|
|
51
|
+
"output_file_grp_cardinality": 1,
|
|
52
|
+
"parameters": {
|
|
53
|
+
"command": {
|
|
54
|
+
"type": "string",
|
|
55
|
+
"default": "cat @INFILE > @OUTFILE",
|
|
56
|
+
"description": "Shell command to operate on PAGE files, with @INFILE as place-holder for the input file path(s), and @OUTFILE as place-holder for the output file path. If running on multiple input fileGrps, then @INFILE must be repeated as many times."
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"ocrd-merge": {
|
|
61
|
+
"executable": "ocrd-merge",
|
|
62
|
+
"description": "Bare-bones processor merges annotations from multiple fileGrps",
|
|
63
|
+
"steps": ["layout/segmentation"],
|
|
64
|
+
"categories": [],
|
|
65
|
+
"input_file_grp_cardinality": [1, -1],
|
|
66
|
+
"output_file_grp_cardinality": 1,
|
|
67
|
+
"parameters": {
|
|
68
|
+
}
|
|
44
69
|
}
|
|
45
70
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
ocrd/__init__.py,sha256=ZswMVmlqFhAEIzMR3my6IKPq9XLH21aDPC_m_8Jh4dA,1076
|
|
2
2
|
ocrd/constants.py,sha256=REPY-y28MMsrTWBNB4oOsvX3W06Xr2fvtv9wuWH9oAI,633
|
|
3
3
|
ocrd/mets_server.py,sha256=LbZ0U2_o0W7cWO639U7E816dXabro8-8yHGX0quvHn4,22304
|
|
4
|
-
ocrd/ocrd-all-tool.json,sha256=
|
|
4
|
+
ocrd/ocrd-all-tool.json,sha256=qVTZq8cJtKQuEgtqYQVkpYQPz4BegO09b7TT-LcfsJs,3134
|
|
5
5
|
ocrd/resolver.py,sha256=7uwHRxaK8YMdKHe_a2dfrcNwL6UhQRJRVBrIX7GST7Q,15443
|
|
6
6
|
ocrd/resource_manager.py,sha256=2wo3JSCYE1oA0VgI8H901IsC-fnx6vRJ5qSMFgYNorE,20664
|
|
7
7
|
ocrd/task_sequence.py,sha256=r4e4iaP9AXzTL2xQZpfYnHuFXty5pE-ym3gIyUz1aJc,7180
|
|
@@ -123,9 +123,9 @@ ocrd_validators/xlink.xsd,sha256=8fW7YAMWXN2PbB_MMvj9H5ZeFoEBDzuYBtlGC8_6ijw,318
|
|
|
123
123
|
ocrd_validators/xsd_mets_validator.py,sha256=YgiuNtwNDtn3LuvdFFscnmsGREF_wQ4wtA76yE2Iljw,469
|
|
124
124
|
ocrd_validators/xsd_page_validator.py,sha256=ggt-nmaz-DDyAPwm3ZMVvtChuV2BJ2ZEEbWpePL9vTk,469
|
|
125
125
|
ocrd_validators/xsd_validator.py,sha256=ahJo_oVvTK_JB0Cu4CkMC8l_gbzsyW91AxGtelMjqrg,2115
|
|
126
|
-
ocrd-3.8.
|
|
127
|
-
ocrd-3.8.
|
|
128
|
-
ocrd-3.8.
|
|
129
|
-
ocrd-3.8.
|
|
130
|
-
ocrd-3.8.
|
|
131
|
-
ocrd-3.8.
|
|
126
|
+
ocrd-3.8.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
127
|
+
ocrd-3.8.1.dist-info/METADATA,sha256=cn6Wts1L_Gu7xs9Eachncz78IqE5YZS4N5FoJ8xZU7w,11396
|
|
128
|
+
ocrd-3.8.1.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
129
|
+
ocrd-3.8.1.dist-info/entry_points.txt,sha256=CI-NoDR1BYmsuAsJmPAn4NrN9guzdedHGUbC8QSmdGs,266
|
|
130
|
+
ocrd-3.8.1.dist-info/top_level.txt,sha256=pUgiN42t4KXC5rvpi6V8atza31XP4SCznXpXlVlvomM,75
|
|
131
|
+
ocrd-3.8.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|