Extract Text from Video - images | Tesseract

preview_player
Показать описание
How to extract text from video - images using tesseract OCR.
"Python-tesseract is an optical character recognition (OCR) tool for python. That is, it will recognize and “read” the text embedded in images. See also : 'Cloud Vision API' for more advanced OCR where you can use the Natural Language API to analyze the text.

👍 Use this link for excellent hosting with Python installed :
-----------------------------------------------------------------------------------------------

chapter times:
_____________________________

0:00 Intro - Boss calls again
01:55 Code
03:46 process
06:13 get text
08:12 source mp4
11:35 output from OCR tesseract
18:20 future idea
_______________________________________

👍 Become a patron 👍

☕ ☕☕ Buy Dr Pi a coffee (or Tea) ☕☕☕

Visit redandgreen blog for more Tutorials
=========================================

Subscribe to the YouTube Channel
=================================

Follow on Twitter - to get notified of new videos
=================================================

Proxies
=================================================
If you need a good, easy to use proxy, I was recommended this one, and having used ScraperAPI for a while I can vouch for them. If you were going to sign up anyway, then maybe you would be kind enough to use the link and the coupon code below?

You can also do a full working trial first as well, (unlike some other companies). The trial doesn't ask for any payment details either so all good! 👍

◼️ Coupon Code: DRPI10
(You can also get started with 1000 free API calls. No credit card required.)

Thumbs up yeah? (cos Algos..)
YouTube transcript Summarizer Project
#OCR #Tesseract #python
Рекомендации по теме
Комментарии
Автор

Excellent video! thank you for sharing.
I'm starting a little project and this came out very useful.
I had a problem when executing the line [ text = pytesseract.image_to_string(my_example, lang="spa")] on the get_text function, I installed and reinstalled many times the pytesseract function thinking it whas a PATH issue. (as returned in my console.
Turns out that when saving the image in the process part [name = "./image_frames/frame" + str(index) + ".png"]
my compiler detected the [/f] of [/frame] as a special character and messed all up.

in the end i just changed it for [name = "./image_frames/image" + str(index) + ".png"]
in case it helps anyone trying testing this algorimthm

jmarcelosr
Автор

Wow! This is awesome! Now not sharing the source code in the descriptions below the videos no longer makes sense because THIS TUTORIAL!)

monkey_see_monkey_do
Автор

I have a question as I came across your video. First, thank you for your content as it is very helpful. Is there another method to extract the text from a video without taking the snapshot or picture every 4 second?

hammadh
Автор

i am trying to execute this on vs code can you tell me any of the extenions that are needed to be installed?

girlgotTECH
Автор

How to extract text, presentation, from Live online Videos, any extension, so that it's applicable for all online text extractor from video

rahulnema
Автор

Now if only I could extract the code text from this video so that I could use it to extract text from videos.

gamingsirver
Автор

Tremendous! I have some videos I need text extracting from, I'll send you an email!

lordmelbury
Автор

This is great. What about grabbing transcripts from u-tubes.

michaelmody
Автор

Existe t'il un moyen simple d'extraire l'intégralité des textes inclus dans une vidéo ? (pas l'audio, ni les sous titres générés par Youtube) sur PC ou smartphone. Impossible de trouver cet info (pourtant ca se fait facilement avec une image et de l'OCR, et une vidéo ca n'est jamais qu'une succession d'images)

ffmax
Автор

Hello python 360, I am facing one problem when I am trying to divide video into frames the text in it is replicating in frames I am getting the same text extracting again and again ".Is there any best algorithm or method to divide video to frames effectively.

sandeshchand
Автор

Couldn't you just use FFMPEG to get the frames from the video?

acb_gamez
Автор

Hi I cannot install any of the libraries needed in this I get errors at every step I'm on windows, I have tried vscode, pycharm but no luck and cannot see what I'm doing wrong

zarg
Автор

Hi there! I am brand new to python, so this may be a stupid question, but how do I install libtesseract-dev? I was able to install tesseract using pip, but cant figure out how to do libtesseract. I am on a Mac, by the way. Thank you!

kivachervi
Автор

Can anybody help me if i want to convert the text from video as an audio output?

zunairakhalid
Автор

Hi Bro, good video! i was wondering if we can just display the text where the frames between 1 and 2 (Both same) only display once instead of double? So the pattern of the frames output is instead of (1, 1, 2)

mplinterviewhighlights
Автор

is it possible to use this to extract text from a Movie?

thenextbigthing
Автор

Great. If I want to extract urdu text what should I do then?

naumanasif
Автор

tanks for video .
I want to write python app for read Instagram story insight reach from recorded video
can u help me to write this app?

rezacute
Автор

sir can you make a code that can extract text from video frame by frame and then convert that text to subtitles with time stamps

can you do it, its a kind request 🙏
i am unable to this bcoz i am a beginner

vishnuk
Автор

for a minute i thought why is jhon stamos teaching python .... ps: ik i spelled it wrong

rushikeshsherekar