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)
Release files for vroom 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vroom-1.0.2.tar.gz | 6.3 kB | Details |
Release files / vroom-1.0.2.tar.gz
| Download URL | vroom-1.0.2.tar.gz |
|---|---|
| Size | 6.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
87ca82da7de2da5a1b5701911bda429f89183e5635dde699d140f46c8b47df4b
|
|
BLAKE2b-256 checksum How to use checksums |
849d5ca48fc7db94d1ad9e5c3da8b02fa1d88ed7fe18df31994ded300f94e698
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |