-2

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?

1 Answers1

0

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

Om Fuke
  • 482
  • 1
  • 7
  • 14
  • I have a website where user upload own driving license so whether I want to identify the uploading file. that it's driving license or not – Ismail Muhammad Iqbal Jan 22 '21 at 08:18
  • [check](https://stackoverflow.com/questions/55068790/classifying-image-documents-using-machine-learning) here if you have to classify images – Om Fuke Jan 22 '21 at 08:29