Skip to main content

License Plate Parser

Project description

vroom provides tools for identifying license plates in text.

Basic usage

from vroom import plates_parser

parser = plates_parser.Parser()

plates_string = "Lorem ipsum SY12345 dolor sit amet, SK 1A234 consectetur adipiscing elit STA12AA"
found_plates = parser.findall_plates(plates_string)
print(found_plates)

single_plate = "SY12345"
plate_info = parser.match_plate(single_plate)
print(single_plate)

Currently supported countries

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vroom-1.0.2.tar.gz (6.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page