This project is for educational purposes.
What is done in this project? This project aim to take a snip shot of the area containg assesment text and tends to extract the text using pytessearct OCR and furhter searching for the extracted text on internet
For running this project first you have to install tesseract using windows installer available at: https://github.com/UB-Mannheim/tesseract/wiki
after installing
You have to run these commands on your anaconda shell
conda create -n linkedInCheat
conda activate linkedInCheat
pip install -r requirements.txt
python .\LinkedIN_Cheat.py
You can also have a look at the video.