automatic-license-plate-recognition

Python: How do I extract a String value out of a JSON File retrieved by an API

Python: How do I extract a String value out of a JSON File retrieved by an API Question: I am programing an ALPR system and I am using the OpenALPR API to extract a license plate number from a picture. The default Python code to access the service looks like this: import base64 import json …

Total answers: 2

How to get clean output from easyocr

How to get clean output from easyocr Question: This is from a opencv+easyocr number plate recognition script opencv crops the image to number plate and gives,clean great output to the easyocr. but what are these bunch of numbers its reading result = reader.readtext(opencv(mypath)) Result: [([[0, 0], [163, 0], [163, 31], [0, 31]], ‘SPHJ > 3764’, …

Total answers: 2