Skip to content

Using OCR and pytesseract to extract links from images in Python

Notifications You must be signed in to change notification settings

AdityaPai2398/Extract-Links-from-Images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Extract-Links-from-Images

Using OCR and pytesseract to extract links from images in Python

A tutorial that I made explaining the code : https://www.youtube.com/watch?v=8exztOf6ul4

Why I built this?

Whenever we have an event such as an hackathon or workshop we get the banner or poster of the event with the registration link, we need to refer the image and type the damn characters in the browser which is very annoying.

What does this do?

It extracts links from Images and automatically opens browser and directs us to that link.

Installation

pip install pillow
pip install pytesseract

Once these links are extracted we would use webbrowser to automatically open browser and direct us to that particular link.

About

Using OCR and pytesseract to extract links from images in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages