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
Poland [PL] (source)
Project details
Release history Release notifications | RSS feed
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 details)
File details
Details for the file vroom-1.0.2.tar.gz.
File metadata
- Download URL: vroom-1.0.2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87ca82da7de2da5a1b5701911bda429f89183e5635dde699d140f46c8b47df4b
|
|
| MD5 |
68639fd7281824a3ecf2ada02185617e
|
|
| BLAKE2b-256 |
849d5ca48fc7db94d1ad9e5c3da8b02fa1d88ed7fe18df31994ded300f94e698
|