Extract text from an Invoice Image | OCR in python | Python Implementation of EasyOCR library

preview_player
Показать описание
Setup and overview - 0 - 9:30 mins
Actual implementation starts from 9:30 mins.
Installation steps -
5. pip install jupyter notebook

Easyocr in python
how to implement easyocr in python
Рекомендации по теме
Комментарии
Автор

Setup and overview - 0 - 9:30 mins
Actual implementation starts from 9:30 mins.
This is just an implementation video. I am not doing any kind of benchmarking here.

dineshraturi
Автор

Thanks Dinesh Raturi. Much appreciated for sharing with the community :-)

ramaswamym
Автор

Tq u very much bro Nice explanation. Please continue a series of videos on OCR

bpremchand
Автор

Thanks sir.helped me alot. Plz start NLP series soon.

rinkur
Автор

I am facing following issue with the Reader module of easyocr. Can you please help me out. I am running it locally

[AttributeError: module 'easyocr' has no attribute 'Reader']

Can you please help me.

Following is my code.
import easyocr
reader = easyocr.Reader(['ch_sim', 'en'])
result = reader.readtext('/test.jpg')
print(result)

hassanahmed
Автор

I am unable to install the package of "pip install easy ocr". Please advise @Dinesh Raturi

ashokreddybasham
Автор

import easyocr throws error- The kernel appears to have died. It will restart automatically

guruprasadg
Автор

hi.. In your description for the second step you forgot to add "conda"... it should be $ conda activate env_easyocr . Thank you for the video, it was helpful..

IronMan-kezq
Автор

thank u for the tuto but the problem is the errors after extraction the text, i tested both pytesseract and easyocr and both make errors, so i thought that preprocessing step is important so i applied thresh, filters ... but none has given an enhancement, Do you have any tips please !

louatiyossr
Автор

It shows an error 'ValueError: source code string cannot contain null bytes' and points out to the easyocr files

apeksha
Автор

How do I use the GPU? I want to get a boost in speed.
When I don't write gpu = false, I get the error "CUDA not available - defaulting to CPU. Note: This module is much faster with a GPU." How to solve it?

tortoise
Автор

Thank you for the video. Very useful. One question how can i export the result to excel the final output ? especially for the invoice extraction. thanks

srinivaspradeep
Автор

Thanks for the video. How can you correct the bounding boxes?

jonathanfriz
Автор

how to save bounds into csv, xml or json?

RahulParmar-ldut
Автор

Im really confused in 8:30 where did you get that? u didnt mention that in preparation

len
Автор

6th cell
I am getting error bro
error: Unknown c++ exception from opencv code

PraveenKumar-zowp
Автор

Hi,
Thanks for video. I try it on hand written bank from its work fine but can't read hand written word... How to solve the problem.

somnathdey
Автор

nice explanation. but how can you separate individual character and numbers after finding the words.

omprakashjena
Автор

Does we have to download model everytime when we run the script or can we save it.

shyamalaspure
Автор

if we want to extract only invoice no, phone number, address and name only in the document, from this we can extract all texts and bboxes . So now what should we do to detect these part only?

bhismaosti