Spring boot application to extract text form images.
- General Info
- Technologies Used
- Features
- Screenshots
- Room for Improvement
- Acknowledgements
- Project Demonstration
- Smart ID Scanner reads an image from the user using image recognition API and fetch the text inside the image and then displays the text.
- If you have text in an image such as a PNG file, its likely either that its a graphic of some sort with some text, or a screenshot, or it may even been and image thats been generated by a scanner. To extract the text from this image or images, we need to have some software that will let us run OCR on the images.
- Optical character recognition(OCR) is a technology that is used to recognise text in images.
- This project provides optical character recognition(OCR) tool which helps in automatic retrieval of text from an image thus helping us in speeding up the processing and eliminating manual data retrevial to very minimum.
- Spring Boot - a web container framework that makes the process of getting up and running with a java application, in particular a web application, much simpler.
- Tesseract - an OCR Engine which is now developed and supported by Google.
- Mysql database
- Registration page
- Login page
- Error page for invalid credentials
- Text extraction page
- Dataset for recognizing different languages other than english can be added to make this project more functional.
- Different test cases can run to provide more scope for exception handling.
- This project was inspired by our learnings from the internship.
- This project was based on this dataset.