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 9271773 commit d98620fCopy full SHA for d98620f
setup.py
@@ -20,7 +20,7 @@ def requirements():
20
],
21
include_package_data=True,
22
entry_points={"console_scripts": ["agentocr = agentocr:command"]},
23
- version='2.0.0b2',
+ version='2.0.0b3',
24
install_requires=requirements(),
25
license='Apache License 2.0',
26
description='An easy-to-use OCR package with multilingual support.',
0 commit comments