PyTesseract: Python Optical Character Recognition | Using Tesseract OCR with Python

preview_player
Показать описание
Hello! In this video we will talk about PyTessearct. Python-tesseract is an optical character recognition (OCR) tool for python. That is, it will recognize and “read” the text embedded in images. Image to Text with Python - pytesseract.

About Me -

#PyTessearct#ProgrammingKnowledge #Python #Tesseract

★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

Awesome, worked well for me. Thanks. I did find that the grayscaling etc made the output less accurate in my case, so I just ran the core function and got great results.

RunRonaldRun
Автор

Thanks man I've been looking for a video like this on OCR for 2 days. This is so easy to understand and concise!

Utkarshkharb
Автор

Did not work for me.
Could import pytesseract but when using it I receive the error
TesseractNotFoundError: tesseract is not installed or it's not in your PATH

DanielWeikert
Автор

Hey Man, great video. But please do increase the font size. There is quite a bit of unused screen space. Cheers!

invisibleimpostor
Автор

I am getting an error!!! Please help 😢 error below 👇👇👇
'''TesseractNotFoundError: tesseract is not installed or it's not in your PATH. See README file for more information.'''

ShivanshKaran
Автор

This is so cool, can you compare it with PaddleOCR next time? I heard it works great in some cases, especially for the scene and document image text recognition.

ruoyuguo
Автор

I installed tesseract and try to work in vscode.But when programming python from vscode, tesseract could not be imported into vscode.Can you tell me how to import tesseract to the vscode??

nuwanthajayasinghe
Автор

NEED HELP! I am making a website where user can upload a pdf but I want that pdf to upload only if that pdf has images of only HANDWRITTEN text. Thank you for reading.

hemantchauhan
Автор

Hello thank you for the video. Is there a way to get the image preprocessed by the tesseract algorithm? When running tesseract in cmd I can get it by setting tessedit_write_images = 1, but in python I couldn't find a way to get preprocessed image.

SuheylBey
Автор

Can we use coordinates on any application window to extract text?

ankamanirudh
Автор

Getting the following error while running the code

raise TesseractError(proc.returncode, get_errors(error_string))
(1, "Tesseract Open Source OCR Engine v3.05.00dev with Leptonica read_params_file: Can't open txt Warning in pixReadMemPng: work-around: writing to a temp file libpng warning: Application built with libpng-1.4.3 but running with 1.5.14 Error in pixReadStreamPng: png_ptr not made Error in pixReadMemPng: pix not read Error in pixReadMem: png: no pix returned Error during processing.")

prajeeshts
Автор

what did you add in the code before line 18, because there is difference between the code you pasted at the last minute and the code you made in this video, and that difference, besides correcting some errores, is that you added other lines of code before line 18 that you didn't put in this video!

nassimalaaziri
Автор

Im trying to transfer my results which are numbers to an csv file, but it keeps adding them in the first collum only, as a result i have thousands of rows and only one collum of data. Any help?

jjiscool
Автор

i want to process 1million images how to do that please help

sujaymhaske
Автор

Please stop putting so many links in the description they confuse the fuck out of me

Dtomper
Автор

Great! Black screen and unintelligible sound. Zero out of ten and a big thumbs-down for this video.

carltaylor
Автор

do someone know why I have an error when I put cv.2.?

xeno