29
Views
2
Comments
Scanning of number plate and VIN reading
Application Type
Mobile, Reactive

Hi All,

Below is my requirement for scanning the license number plate. Can you please let me know the clear steps to implement this in outsystems.

Flash License Plate Reading:

Operators systematically input vehicle license plates by capturing them through OCR via a phone's camera lens when moving vehicles.

 VIN Reading:

For vehicles without license plates, operators should be able to flash the chassis number for OCR reading (requires a machine learning phase to ensure accurate character recognition).


Regards,

Mohamed Zubair Ahmed

+33768689103

2025-06-01 02-51-51
YASH PAL

Hi Mohamed

One scenerion you can work on is. You can use a upload widget and can upload a Excel file in which you will have OCR number and chassis number.

After uploading the sheet you can also validate the OCR number and chessis number format using the javascript and regex. To do this you can call a server action inside the client action which will give you the list from the Excel binary. After that you can loop the list and can validate the OCR and chessis number format using javascript in the client action.

That's the approach I have followed in my recent project. 

Hope this will help you.

2023-12-10 17-17-24
Mohamed Zubair Ahmed Rizwan

Can you please share me the oml or screen shots by steps?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.