ANPR number plate recogination from image

Hi i have a android application in which i take images and i want to read the number plate of car from that image.can any body help

Hi Muhammad Faizan,

Thank you for your inquiry.

Aspose.OCR API can be used to perform OCR operations on images. Please download the latest version of Aspose.OCR from downloads section. Following are the simple steps involved while performing OCR operation:

  1. Initialize an instance of OcrEngine

  2. Set the Image property by loading the image from file path location

  3. Process the image

  4. Use the recognized text

For more information, please access the link: Performing OCR on an Image.

Hope the above information helps. In case of any issues, need further clearance please be sure to let us know, we will be glad to assist you.