PaddlePaddle / PaddleOCR

Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
Apache License 2.0
38.99k stars 7.32k forks source link

OpenCV version dependency #12034

Closed julian24bas closed 6 days ago

julian24bas commented 2 weeks ago

I have a dependency conflict installing PaddleOCR as it requires opencv-python<=4.6.0.66 and opencv-contrib-python<=4.6.0.66. However this OpenCV version is already 2 years old (Jun 7, 2022). The other package I try to install requires opencv-python = "^4.7.0.72".

Can you remove/update this version requirement? Appreciate any help :)

UserWangZz commented 1 week ago

You can try this version of opencv Python="^ 4.7.0.72" to see if it works properly on PaddleOCR