Skip to content

Gabryxx7/screenshot-ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot OCR Tool

Screenshot OCR tool example

Extracting data from screen time screenshots in iOS and Android. We are exploring 3 options:

  1. Simple OCR with no text position using pytesseract and OpenCV. We can then try and extract info with regex
  2. Extract text and its position from each screenshot, classify data according to its position in the screenshot
  3. Use YOLOv4 to extract some features from the screenshot and then use those features to train a ML model.

Instructions

So far there is not much to do really:

  1. Add your screenshots in each folder
  2. Run the script and wait for the tkinter window to show up
  3. The panel on the right lets you explore the text extracted by pytesseract
  4. Clicking on each top-level text in the tree view will highlight the text on the screenshot in red

About

A little but useful tool to explore OCR data extracted with `pytesseract` and `opencv`

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages