Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 777 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 777 Bytes

Extract Data by Snipping

  • This program enables the user to select an area on the screen
  • The text is then extracted from the screenshot to the clipboard (it is copied).
  • The user can then easily paste that information wherever it is required.

Prerequisite

The following software needs to be installed needs to be installed in order for this program to run.

tesseract-ocr

Additionally, the following python libraries are needed for the program to run

  • tkinter
  • PIL
  • cv2
  • pytesseract
  • numpy
  • pyperclip
  • datetime
  • os

Program Screenshot
Program Screenshot