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 42602fb commit 9c44ba8Copy full SHA for 9c44ba8
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.2",
+ version="2.6.1.3",
42
install_requires=[
43
"shapely",
44
"scikit-image",
@@ -49,8 +49,8 @@ def readme():
49
"numpy",
50
"visualdl",
51
"rapidfuzz",
52
- "opencv-python==4.6.0.66",
53
- "opencv-contrib-python==4.6.0.66",
+ "opencv-python==4.8.0.76",
+ "opencv-contrib-python==4.8.0.76",
54
"cython",
55
"lxml",
56
"premailer",
0 commit comments