Realtime Text Detection in Images using Tesseract | OpenCV | Python | Tutorial for beginners

preview_player
Показать описание
This video contains stepwise implementation for converting images to text data using tesseract and OpenCV
1) Installation of necessary libraries, i.e. tesseract, OpenCV,
2) Stepwise implementation of python code for
1) Image to Text conversion
2) display boxes on images for text detection
3) Video processing
4) Realtime Webcam demo
In this video, we do not train any deep learning model rather we only used tesseract.
For downloading setup for tesseract installation, follow the link

In case you want to build your own model, we strongly recommend you to watch our other video for extreme beginners such as to create your own model to classify handwritten digits, link is provided

Рекомендации по теме
Комментарии
Автор

Is there any good algorithm to merge those nice squares to the plain text?

Epsiloncool
Автор

you are the best thank you sooo sooo much. it was like a cakewalk to get the contents . can you also share how to draw bounding boxes around the text in the checked fields

swarnamappetimg
Автор

Can you implement with search option and that when I search a word it will be show in that image

freeclassified
Автор

Hi. I have a video in which the serial key is floating randomly. so I need a python code that detects the serial key automatically throughout the whole video and blurs the key. Can you help me with it?

mrakshitverma
Автор

When the image background is black then it is only detecting some text. So how to tackle this isse?

shivanisrivastava
Автор

This doesn’t work if there are indentations in the line like when u start a new paragraph, how would we get that to work, thanks!

Priyanka-xhgs
Автор

where i can get install tesseract?. your link was not similar with in your video

yogaagung
Автор

Thank you for the great video sir.
I want one bounding box in a word how to do that

punks
Автор

nice tutorial thanks but I've tried this before and it fails to detect every char there is is there any solution to make it more accurate ? or maybe any other package ?

abdelrhmanshokr
Автор

Thanks for this tutorial, it's great! I have a question: I am working on a Mac, everything up to `plt.imshow(img)` works fine and I can display my image but then `img2char = gives me an 'Unsupported Image Object' error... any ideas why that might be?

lorenzoprati
Автор

is it possible to read license plate of moving car?

swipes
Автор

ok but how do i extract text from my screen and not an image

Than_
Автор

cv2.rectangle(fram, (x, imgH.y), (w, imgH.h), (0, 0, 255), 3)
AttributeError: 'int' object has no attribute 'y'
I am facing this error.

shivamtyagi_
Автор

hii sir can you provide this source code for reference purpose?

rohitbibe
Автор

can we select a folder consisting of image and convert all the images to text and send the text to excel sheet

eswarpothineni
Автор

Hi Bro
Thank you for the video.. am facing some challenging to convert recursive font gif image to text.. am getting only 50% accuracy.. please help me resolve this

anburenganathan
Автор

How to I make capture text from my screen workspace? plz

logicapro
Автор

how to detect and extract particular word from an image? can u help me out from this?

balumurugesan
Автор

sir, is tesseract support pashto language?

saddamkhan
Автор

Great video sir. But, I wanna add my result from webcam to my db mysql, can you help me to solve it? Thx btw

r-beanmondy