Skip to content

Ahmed15497/Python-Text-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Python-Text-Recognition

Python text recognition from an image code (Iphone screenshots)

This project aims for text recgnition using EasyOCR from known places inside the image. It extracts the text then stack them inside a CSV.

The dataset is a bunch of screenshots from Iphone from music sets.

Input: The path of the folder containing the images.

Logic: For each image inside the folder extract the title, artist and the current time.

Output: A csv file contains (file name, date taken, title, artist, current time)

you can run the program from command shell using this command :

python screenshots_OCR.py ./put_your_folder_path_here

About

Python text recognition from an image code (Iphone screenshots)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages