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
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.
Can you please share me the oml or screen shots by steps?