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.
2 parents 4c46863 + 9b2b381 commit 36661dbCopy full SHA for 36661db
setup.py
@@ -38,7 +38,7 @@ def readme():
38
name="unstructured.paddleocr",
39
packages=find_packages(),
40
include_package_data=True,
41
- version="2.6.1.1",
+ version="2.6.1.2",
42
install_requires=[
43
"shapely",
44
"scikit-image",
unstructured_paddleocr/paddleocr.py
@@ -57,7 +57,7 @@
57
]
58
59
SUPPORT_DET_MODEL = ["DB"]
60
-VERSION = "2.6.1.1"
+VERSION = "2.6.1.2"
61
SUPPORT_REC_MODEL = ["CRNN", "SVTR_LCNet"]
62
BASE_DIR = os.path.expanduser("~/.paddleocr/")
63
0 commit comments