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 a21fa88 commit 8b11904Copy full SHA for 8b11904
calamari_ocr/test/test_model_zoo.py
@@ -22,7 +22,7 @@ def tearDown(self) -> None:
22
clear_session()
23
24
def test_model_zoo(self):
25
- version = "2.1"
+ version = "2.2"
26
url = f"https://github.com/Calamari-OCR/calamari_models/releases/download/{version}/uw3-modern-english.tar.gz"
27
with tempfile.TemporaryDirectory() as d:
28
d = "model_archive_permanent" # for debugging
0 commit comments