Skip to content

finding anwsers to kbc questions using image processing and web scrapping

License

Notifications You must be signed in to change notification settings

kartikeyangupta/KBC-Hack

Repository files navigation

KBC Hack

finding anwsers to kbc questions using image processing and web scrapping.

Getting Started

Prerequisites

  • Python : Python >= 3.0 ( including 3.6 🎉 )

Installation and Usage

$ pip install pytesseract
$ pip install pillow
$ pip install mechanize
$ pip install nltk
$ pip install BeautifulSoup
$ pip install html2text

Installing Via GitHub

$ git clone https://github.com/kartikeyangupta/KBC-Hack.git
$ cd KBC-Hack
$ python process_the_image.py 

Before you run the software

  • change the path to tesseract in main.py to the directory you have cloned the repository.
pytesseract.pytesseract.tesseract_cmd = 'C://Users//Mr-Robot//Desktop//Image2Text//Tesseract-OCR/tesseract'

Using the Application

  1. Select your Image set the image location in the code.

  2. Run the code and enjoy.

Easy.

Empty interface

Empty interface

Empty interface

Issues Using the Software

If you're having issues with the packaged executable or using this tool in general, I recommend you to upload your issues on the issue page .Once the software gets stable and 90% efficient I will upload a .exe file for the software.

About

finding anwsers to kbc questions using image processing and web scrapping

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages