The main aim of this project is to extract information from image of vehicle RC
The information includes:Engine No,Chasis NO,Registration No,Name,Registration Date,Manufacturing Date.
For this purpose i have used aws Textract api.
Install all required packages using
pip install -r requirements.txt
Make a account on aws and download file named 'credentials.csv' which cantains your secret sccess key.Without this the code won't run.
The main code is in file RC-Reading.ipynb
The output will be a excel file cantaining the extracted information.