Ask Your Question
0

module cv2.cv2 has no attribute 'text'

asked 2018-07-27 07:06:51 -0600

Jack Daniels gravatar image

I am trying to use textdetection`algorithm. But I'm getting an error in line 27 of the code

AttributeError: module 'cv2.cv2' has no attribute 'text'

I have looked up but couldn't find a solution for this. Any help will be appreciated. I'm using OpenCV 3.4.1

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2018-07-30 00:00:04 -0600

jarulsamy gravatar image

You need to install opencv-contrib

pip install opencv-contrib-python

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-07-27 07:06:16 -0600

Seen: 5,946 times

Last updated: Jul 30 '18