The aim of the project was to make a program that captures and analyzes the content displayed on the user's screen. Created during my third year of Bachelor of Engineering studies at Metropolia UAS, program utilizes (OCR) Optical Character Recognition to extract text from the computer screen and performs sentiment analysis on the recognized text.
The Result is given in form of : User encountered {'positive': 0.05687029496559418} information.
, 1 positive > 0 neutral > -1 negative.
Tesseract OCR Tesseract Wiki installation instructions.
Clone Repository:
git clone https://github.com/damakes/REC-OCR-Sentiment-Analysis.git
Dependencies 👉 requirements.txt
:
pip install -r requirements.txt
Run:
python REC_OCR.py
Stop:
Press key 'q' [on top Window where Recognized Text is shown]