open cv attribute error
when running the extract table function cv2 throw an attibute error:
i am running the latest of the open-cv library.
AttributeError: module 'cv2.ximgproc' has no attribute 'niBlackThreshold'
i got the same error did you fine a solution
Getting the same error. Anybody with a solution ?
Same error
Also getting this error, anyone have an update?
Hey fellas, I got the solution:
You need to uninstall all opencv packages you have installed and install opencv-contrib-python-headless
It worked! Thanks CharlesMingus19!
thanks @CharlesMingus19 It worked I was trying to resolve this error for 3 hrs straight thanks
Not able to fixed it inside the docker container, using method above