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 bd1ed01 commit 8cfce57Copy full SHA for 8cfce57
ocrolib/hocr.py
@@ -14,7 +14,7 @@
14
<head>
15
<title>OCR Results</title>
16
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
17
-<meta name="ocr-system" content="ocropy-1.3.2" />
+<meta name="ocr-system" content="ocropy-1.3.3" />
18
<meta name="ocr-capabilities" content="ocr_line ocr_page" />
19
</head>
20
<body>
setup.py
@@ -24,7 +24,7 @@
24
25
setup(
26
name = 'ocropy',
27
- version = 'v1.3.2',
+ version = 'v1.3.3',
28
author = "Thomas Breuel",
29
description = "The OCRopy RNN-based Text Line Recognizer",
30
packages = ["ocrolib"],
0 commit comments