We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ae7d6 commit fed84daCopy full SHA for fed84da
ocrd_cis/ocrd_tool.py
@@ -3,5 +3,4 @@
3
4
5
def get_ocrd_tool():
6
- return json.loads(
7
- resource_string(__name__, 'ocrd-tool.json').decode('utf8'))
+ return json.loads(resource_string(__name__, 'ocrd-tool.json'))
0 commit comments