looking for API for Automatic Number Plate Recognition

Discussion in 'PHP' started by stephan2307, Nov 24, 2011.

  1. #1
    Does anyone know of an API for Automatic Number Plate Recognition? I just want to supply a picture and want to get back the Number Plate along with possible what country it is from. The country is only optional.

    Can be paid API.

    Thanks.
     
    stephan2307, Nov 24, 2011 IP
  2. Alex Roxon

    Alex Roxon Active Member

    Messages:
    424
    Likes Received:
    11
    Best Answers:
    7
    Trophy Points:
    80
    #2
    I don't think you'll find someone that specific. What you'll probably want to do is use an Optical Character Recognition (OCR) library. PHP isn't the best language for something like this - you could try Googling it, but you'll have better luck with a language like Java, Python or C++.
     
    Alex Roxon, Nov 24, 2011 IP
  3. subdivisions

    subdivisions Well-Known Member

    Messages:
    1,021
    Likes Received:
    40
    Best Answers:
    1
    Trophy Points:
    145
    #3
    If he's making a web service and you advise against PHP, he should probably check out Ruby on Rails or Django.

    To answer OP's question, I know of no such API but OCR is probably better anyway.
     
    subdivisions, Nov 24, 2011 IP
  4. Alex Roxon

    Alex Roxon Active Member

    Messages:
    424
    Likes Received:
    11
    Best Answers:
    7
    Trophy Points:
    80
    #4
    Well I mean, you can still build the web service in PHP and just use another language for the OCR. On large scale projects (built over a period of 2-3 months), I always tend to use 2-3 languages which interact with each other through various means.
     
    Alex Roxon, Nov 24, 2011 IP