Using tesseract to recognize license plates

前端 未结 5 1061
挽巷
挽巷 2020-12-07 08:41

I\'m developing an app which can recognize license plates (ANPR). The first step is to extract the licenses plates from the image. I am using OpenCV to detect the plates bas

5条回答
  •  Happy的楠姐
    2020-12-07 09:05

    Here is my real world example with trying out OCR from my old power meter. I would like to use your OpenCV code so that OpenCV does automatic cropping of image, and I'll do image cleaning scripts.

    • First image is original image (croped power meter numbers)
    • Second image is slightly cleaned up image in GIMP, around 50% OCR accuracy in tesseract
    • Third image is completely cleaned image - 100% OCR recognized without any training!

    enter image description here enter image description here enter image description here

提交回复
热议问题