Text Extraction From Image: Team Members CH - Suneetha (19mcmb22) Mohit Sharma (19mcmb13)
Text Extraction From Image: Team Members CH - Suneetha (19mcmb22) Mohit Sharma (19mcmb13)
Team Members
CH.Suneetha(19mcmb22)
Mohit sharma(19mcmb13)
Agenda
● What is image processing
● What is text extraction
● Technologies
● Implementation
● Future Implementations
● Applications
What is Image Processing
Image processing is a method to perform some operations on an image, in order
to get an enhanced image or to extract some useful information from it.
Input:Image
● Python
● Django
● Html
● Css
● SqlLite
● Ocr(Optimal Character Recognition)
Softwares
Pytesseract take the image path as the input and it outputs the text which is
present in the image as output to the user
Process
● First we are design a page for the user to input their image by using html and
css techniques
● The images given by the user will be taken as url and it can be stored in
SqlLite database to connect the front end with the database we are using
django as the backend technology.
● By using pytesseract package in python we are implementing OCR image
processing algorithm that will give a text from the image that te user given
Future Implementations
In Future we are extending this technique to the text extraction from the video
streaming using some image processing techniques
Applications
● Document Analysis
● Licence Plate Extraction from vehicle
● Technical Paper Analysis
● Video Subtitles extraction
Research Paper
References