Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 2.07 KB

File metadata and controls

54 lines (43 loc) · 2.07 KB

React-and-Django-Based-Smart-OCR

Note: Support Only Date Format DD/MM/YY

A smart OCR using Computer Vision and Image Processing Techniques. (React, Django, Rest-framework) (This can not give desired output sometimes because I have not used deep learning till now. I will be improving it and also I will host the app on some cloud platform in the future.)

Frontend/  : contains Frontend implementation for the app using React
Backend/   : contains Backend implementation for the app using Django
Original/  : contains original images
Processed/ : contains Processed images

Live Demo

Click to see Video.

Here is the video and images for the working app:

Working Video as GIFs


0:30 sec



30:60 sec



60:74 sec


Frontend


Home Page



After processing outputs for sample images:

Image that contains date.



Image that does not contains date.



Backend