Skip to content

magdanowak/vroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vroom: license plate parser

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

About

License plate parser for cars registered in Poland

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages