Create Vehicle-Details-Scapper.md

pull/330/head
Suraj J Pai 5 years ago committed by GitHub
parent b47cf8261f
commit 075dfe6642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,28 @@
# Vehicle Details Scarpper
**Tier:** 3-Advanced
With the increasing forgery cases, identity verification via one means or the other has become quite crucial. Therefore, the government and industry regulations make sure that the businesses carry out proper identity authentication of their customers to avoid any kind of identity theft. Vehicles are issued a Registration Certificate (RC) which holds the basic information about the owner and the vehicle itself. Before trusting an individual, we need to check the identity of any individual which can be easily done by Registration Certificate Check. This can be done by authenticating the basic information provided on the RC ensuring that the vehicle is registered with the Regional Transport Office (RTO) authorities and legalizes the owner.
- With the help of this scrapper one can check the authenticity of vehicle data.
- Gain owner information for insurance claim if any accident occurs.
- Gain knowledge on scrapping.
- Gain Knowledge on OCR to bypass captcha.
## User Stories
- [ ] User can get owner information for insurance claim if any accident occurs.
- [ ] User can check if anyone is using the wrong vehicle registration number.
- [ ] User can check the authenticity of provided information.
## Bonus features
- [ ] User can create an api and use it for multiple applications.
## Useful links and resources
[Bypass Captcha using 10 lines of code with Python, OpenCV & Tesseract OCR engine](https://gist.github.com/christianroman/5679049)
## Example projects
[indian-vehicle-info](https://github.com/fatalcoder524/indian-vehicle-info)
Loading…
Cancel
Save