Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.3k views
in Technique[技术] by (71.8m points)

i want to write script which find driving license from documents in image formate. can i found it from Python using OpenCV

I have several documents in one folder and I want to write the script to find the driving license in this folder automatically. I have also written a script in python using OpenCV but it not working. can anyone tell me what can I do will to write a script?

question from:https://stackoverflow.com/questions/65840075/i-want-to-write-script-which-find-driving-license-from-documents-in-image-format

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

use glob library so you can extract all the images of your driving license from that folder use of glob

another StackOverflow question that will help you check here

after this write your OpenCV logic to get licenses from images

please edit your question the way you asked is not correct


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...