Impressive content for Deep Learning OCR! Many thanks!
@neuralearn Жыл бұрын
You're welcome :)
@vishaldas6346 Жыл бұрын
Hi, you have done a phenomenol job, by explaining PaddleOCR in detail. Can you please let me know if we can do the training of PaddleOCR on custom datasets for extracting data from tables of different length in pdfs or images.
@BailinCAI8 ай бұрын
impressive, struggling right now for my little side project using ocr, u helped a lot man, appreciate it
@AmanChauhan-hr1wh8 ай бұрын
hii does this notebook working for you actually for me it's not can u please help
@BailinCAI8 ай бұрын
@@AmanChauhan-hr1wh well i just use his method, not totally copy from him, the result i implemented by myself is not really 100% correct so i end it up by using the azure api, it's really 100% correct and the speed of processing is so fast as well
@aerocyropyros6 ай бұрын
Thanks lad, it gave me some ideas how to apply it paddleOCR in my research mate
@ajithn733610 ай бұрын
Hello neuralearn, thanks for your great tutorial. Could you please proivide notebook access
@christianrazvan Жыл бұрын
Well that is a very simple and readable table, it's easy enough to do it with basic if logic....but try a no border , very near to border content , on a scanned image of a table
@autozzhao2812Ай бұрын
Great video and solve my problem, in 1:46:49 there is a little doubt about is this the correct way xmax,ymax should be reflect into code is to select the minimum, the opposite goes for the xmin,ymin?
@malakkhiari1419 Жыл бұрын
how i can fix this error "ImportError: libcudart.so.10.2: cannot open shared object file: No such file or directory" ? caused by the line of code "import layoutparser as lp"
@ShivamSingh-sm2oy10 ай бұрын
Hey, Thanks for the wonderful tutorial man! can you please provide access to the notebook please.
@puneetbansal8567 Жыл бұрын
Hi, Neuralearn, Thanks for creating great tutorial. Its very useful. Can you please provide notebook access ?
@mohamedmagdy3872 Жыл бұрын
brilliant work!!, I would like to thank you for giving me access to notebook. keep going broo 💙💙
@neuralearn Жыл бұрын
My Pleasure :) Feel free to check out on our other videos
@emailvarun Жыл бұрын
Hi Thank you for this, can youj please help me with the notebook access please, also can you please help me understand will I be able to cover most of the table formats through this?
@leonc5510 Жыл бұрын
Thank you for the tutorial, I have requested the notebook access
@neuralearn Жыл бұрын
Please check your mail :)
@pokopiko429 Жыл бұрын
Congrats, one of the best videos I've seen on this topic! Could you please grant me access to the Google Collab?
@neuralearn Жыл бұрын
Please after requesting access, check your mail inbox or spam
@robertdolovcak9860 Жыл бұрын
This is first that I hear about PaddleOCR. Seems very good tool. I really appreciate the work you have done and would also want to try this. Can you please allow access to the google collab code for this?
@neuralearn Жыл бұрын
Hello my dear Robert Please check your mail
@brmaaouia971511 ай бұрын
What if it does detect the table as table but as figure or text ?
@HueoanThi-nv6ei3 ай бұрын
I have problem with layout parser. It seems due to a conflict between paddleocr and protobuf. What should I do to fix it? Thank
@toto23212 жыл бұрын
thank you man the best who explain what it is actually happening thank you so much
@neuralearn2 жыл бұрын
You're welcome:)
@VaishnaviVatsa-c9n4 күн бұрын
hey ,it is very helpful video but I am facing issue while reconstruction .can you please help me out?
@pavitrabiradar-h3p Жыл бұрын
Hello , Thanks for sharing this vedio, is this method will work for nested tables?
@_keto4446 ай бұрын
40:40 i got the following error: TypeError: int() argument must be a string, a bytes-like object or a real number, not 'list' how can i solve it?
@EarningsApps Жыл бұрын
pls give access to notebook ...great and informative tutorial !!
@neuralearn Жыл бұрын
Please check your mail :)
@RohitSharma-to7yy Жыл бұрын
Hi. The content is very impressive. Would love to see the notebook and add upon this to create table in google docs instead. Please share the notebook
@henrydo9731 Жыл бұрын
I have a question that if I have a table but it's in 2 pages (half of it is in 1st page and the other is in 2nd page), how could I solve this problem
@siddharthpatel2193 Жыл бұрын
Can I get code? I followed video and wrote code and everything is working but due to some issue, out_array at end is same value. Update: Solved Thanks, this is best tutorial on this topic (saying this after going through countless tutorials, research papers and blogs in past 3 months).
@neuralearn Жыл бұрын
:)
@tapendrabaduwal74232 жыл бұрын
Hello.... if their is unstructure table which is not in an order of n*m dimension cell.....then this method will work?
@neuralearn2 жыл бұрын
It depends on the table in question. Nonetheless, you can always modify this method to suit your specific table
@tapendrabaduwal74232 жыл бұрын
@@neuralearn It is possible to work in all types of table at one short?
@neuralearn2 жыл бұрын
No, it's not possible!
@tapendrabaduwal74232 жыл бұрын
@@neuralearn Thank you soo much
@neuralearn2 жыл бұрын
You're welcome :)
@PurushothamReddy-ff6vp9 ай бұрын
Hello, I'm facing trouble when there are multiple lines within the same row, it is considering them as new rows.. how do i fix this?. Thank you!
@moez.mazhar2 жыл бұрын
Hi, I've followed your procedure as is but I'm getting "ValueError: Can't convert Python sequence with mixed types to Tensor." on the Non-Max Suppression portion. Can you tell me what might be causing that please?
@Jean-nf1yh9 ай бұрын
Broo, this is awesome, thank you very much!!!
@neuralearn9 ай бұрын
You're welcome :)
@etarhunisuhaib2031 Жыл бұрын
Thanks for this video, let's say we have a page with free text and tables, once we have our tables, how can we extract the remaining text ? when im using parser it also extract the table text from the page. i want to use your approche for tables and i want to extract only the remaining text.
@Ankur-be7dz Жыл бұрын
for only extracting texts use pdfminer
@andrewlachance2062 Жыл бұрын
just match the consecutive text from the table and parse the PDFs skipping over the text
@quocvuong6752 Жыл бұрын
Thank you so much, I really appreciate the informative video. Could you please allow access to google collab? It would be super helpful.
@neuralearn Жыл бұрын
Hello my dear Quốc, please check your mail :)
@niroshiniedayaratne40662 жыл бұрын
Thank you very much for this! Very insightful!
@neuralearn2 жыл бұрын
Glad it was helpful :)
@adillaanam4058 Жыл бұрын
hi! tysm for the video. would you pls allow access to the notebook? ty!!
@ZaheerH4ck3r Жыл бұрын
Bro you're doing good work
@neuralearn Жыл бұрын
Thanks for the kind words :)
@ZaheerH4ck3r Жыл бұрын
@@neuralearn I have a question I've pdf file which is 560 pages long and which has data that other libraries do convert into excel file but its like garbage. If I use this model i'll be able to convert it?
@neuralearn Жыл бұрын
I think you should just go ahead and try. Its free :)
@statosys11 ай бұрын
Request access for colab notebook, thank you so much.
@francescodimartino8896 Жыл бұрын
Amazing job! Could you please share with me the google Collab? 🙏
@kikigaming4595 Жыл бұрын
how to intall layout parser ? from the github now it doesn't have any file such as layout parser
@bharattyagi14055 ай бұрын
Hi, could you please provide access to the collab notebook.
@dinaharan02132 жыл бұрын
Hi,i am installed paddlepaddle instead of paddlepaddle-gpu bcoz i dont have gpu in my local system. I getting "AttributeError: module 'numpy' has no attribute 'int'". Is it possible to run this project in local system without gpu.
@edwinjoe60442 жыл бұрын
I facing this error too...☹
@neuralearn2 жыл бұрын
Hello my dear Dinaharan, here is a notebook which works for cpu runtime: colab.research.google.com/drive/1vZHrahaaubhWMz83jlPuvA1na_v98fUP
@dinaharan02132 жыл бұрын
Hi, I am very happy to get your rply and wonder of your help.I am glad to have youtuber like you. I really liked your efforts for your subscribers. Thank you very much. 🤗😇👏👏👏
@neuralearn2 жыл бұрын
My pleasure :)
@pratikmore4044 Жыл бұрын
I am getting the following error and not sure how can I resolve this: Error: Can not import paddle core while this file exists: /usr/local/lib/python3.10/dist-packages/paddle/fluid/libpaddle.so Tried reinstalling paddlepaddle but that didn't work.
@owaisasghar2033 Жыл бұрын
Sir issue solved?
@Conta-Data2 ай бұрын
@Neuralearn Can you send me the example file so I can use it?
@ss_d25 Жыл бұрын
Hi, great video. Can you please provide access to this notebook? Thanks a lot in advance.
@neuralearn Жыл бұрын
Hi, check your mail box or spam
@therafee Жыл бұрын
@neuralearn hello could you indicate me where is test.pdf file?? I have access to de notebook but it throws error I got: PDFPageCountError: Unable to get page count. I/O Error: Couldn't open file '/content/bahdanau attention.pdf': No such file or directory
@kenjeroldarellano4617 Жыл бұрын
Hi, Neuralearn, Thanks for creating a very useful tutorial. Can you please provide notebook access for my study?
@harshithprakash2433 Жыл бұрын
Awesome video and interesting approach towards the problem , would you mind giving me access to that notebook..?
@neuralearn Жыл бұрын
Hello my dear Harshith, please check your mail :)
@nealgilmore337 Жыл бұрын
Hello @neuralearn - love the demo! Can you provide me access to the Colab?
@neuralearn Жыл бұрын
Done!
@therafee Жыл бұрын
Why do we need to clone paddle repository at 15:57
@alirezaghasrimanesh2431 Жыл бұрын
Thanks for yor great toturial!!!!
@youssefmouknii5033 Жыл бұрын
Thank you so much for this video , Could you please allow access to google collab?
@neuralearn Жыл бұрын
Hello my dear Youssef glad this video is helpful :) Please check your mail inbox or spam
@cissemy Жыл бұрын
Great. Is it possible to use this model for matrix recognition ? how many rows and columns, elements of matrix ?
@aishwaryadinesh7641 Жыл бұрын
Hi, I'm getting this error - (External) CUDA error(100), no CUDA-capable device is detected. [Hint: 'cudaErrorNoDevice'. This indicates that no CUDA-capable devices were detected by the installed CUDA driver. ] (at /paddle/paddle/phi/backends/gpu/cuda/cuda_info.cc:66). Can you help me out w this please?
@revanthkumar3406 Жыл бұрын
Hey, Really Great Video ❤, can u provide access to notebook
@neuralearn Жыл бұрын
Hello my dear Kumar, Please check your mail inbox or spam
@AniketRana-iz5ms2 жыл бұрын
hi , not able run this code in jupyter notebook , may u help to run this in local system, like what was the procedure for that
@neuralearn2 жыл бұрын
Hello my dear Rana, what issues did you face, while running the code locally?
@AniketRana-iz5ms2 жыл бұрын
@@neuralearn it asking for gpu as a requirement, but i want to run this code on jupyter notebook with cpu
@balasubramaniyang6506 Жыл бұрын
Hi Nice Explanation, Can you provide access.It's very helpfull for us.
@khushibaghel220 Жыл бұрын
Hey! I want to try out your tutorial. Could you please give access of your notebook
@neuralearn Жыл бұрын
Hello check your mail :)
@ajaychinni3148 Жыл бұрын
Please approve the access request for the Google Collab notebook. I am very interested in the code
@IsratjahanFateha9106 Жыл бұрын
Can I have the access of your Colab Notebook please? I have requested for the access yesterday
@neuralearn Жыл бұрын
Hi, check your mail box or spam
@dinaharan02132 жыл бұрын
Hi , I installed all packages step by step as you guided. But i getting error "from . import libpaddle". can you help me ?
@neuralearn2 жыл бұрын
Hello my dear Dinaharan, we just shared the notebook with you. Please rerun again and tell us if you have any issues
@dinaharan02132 жыл бұрын
@@neuralearn Hi thankyou for shared your notebook with me😊.l completely installed all packages. Now i am getting this "ValueError: (InvalidArgument) Device id must be less than GPU count, but received id is: 0. GPU count is: 0. [Hint: Expected id < GetGPUDeviceCount(), but received id:0 >= GetGPUDeviceCount():0.] (at /paddle/paddle/phi/backends/gpu/cuda/cuda_info.cc:242)" can you please solve it
@neuralearn2 жыл бұрын
Hello Dinaharan, your error indicates you aren't using a GPU as your hardware accelerator. On Colab, go to runtime(it's at the top left corner), then select change runtime, and finally pick the hardware accelerator to be GPU.
@dinaharan02132 жыл бұрын
@@neuralearn Hi thankyou for make your time with me 😊. I really appreciat it when you taught me.
@neuralearn2 жыл бұрын
You're welcome :)
@anirbanghorai36992 жыл бұрын
EXCELLENT! CAN YOU PLS POST A VIDEO ON Paddle OCR custom training (both detection +recognition)steps? I have my own data ..want to do a transfer learning
@neuralearn2 жыл бұрын
We are glad this was helpful :) We shall work on that and publish as soon as possible!
@anirbanghorai36992 жыл бұрын
@@neuralearn glad you responded..waiting for the custom training video
@snehitdua153 Жыл бұрын
Hey, can you please provide the link for the pdf used in the video? Thanks
@beratoren7627 Жыл бұрын
This was an amazing tutorial ! I really want to try and further tweak this. Can you please grant me access to the Google Colab Code?
@neuralearn Жыл бұрын
Hello please check your mail inbox or spam
@snehitdua153 Жыл бұрын
I'm getting error in loading the model ValueError: (InvalidArgument) Device id must be less than GPU count, but received id is: 0. GPU count is: 0. [Hint: Expected id < GetGPUDeviceCount(), but received id:0 >= GetGPUDeviceCount():0.] (at /paddle/paddle/phi/backends/gpu/cuda/cuda_info.cc:242)
@rrrsranjith2 жыл бұрын
Excellent video 🔥
@neuralearn2 жыл бұрын
Glad you loved it :)
@xavier6649 Жыл бұрын
Hey Great Work , can you give access to your Colab Drive ? Thanks
@neuralearn Жыл бұрын
Please check your mail :)
@aishwaryachowta65982 жыл бұрын
Thank you for the tutorial !!!
@neuralearn2 жыл бұрын
The pleasure is ours :)
@khaoulafattah Жыл бұрын
thank you for the explanation @Neuralearn , can u please provide me access to the colab ?
@neuralearn Жыл бұрын
Please check your mail inbox or spam :)
@PadmajaPhadke-e1l9 ай бұрын
I want convert CSV file into Json file, { field 1: {col1:text, col2:text, col3:text},{field2:{col1:text,col2:text, col3:text} in this format. Can you please help me to create this Json file. Thank You
@kibtiachowdhury60112 жыл бұрын
Hi, I want to get only paragraph text without any figure and table from any type pdf. How can I solve this?
@neuralearn2 жыл бұрын
You can pick text by changing [if l.type == 'Table':] ----to --> [if l.type == 'Text:]
@kinetic_kane9033 Жыл бұрын
Hello can I please get viewing access to the colab notebook?
@neuralearn Жыл бұрын
hello Kane, please demand access and check your mail in 5 minutes
@ayushbansal999 Жыл бұрын
Hi, please could you provide me with the access to this colab notebook
@neuralearn Жыл бұрын
Hello my dear Ayush, Please check your mail inbox or spam
@KartikSharma-hd7rd2 жыл бұрын
Excellent tutorial, can you please access grant for google colab notebook :)
@neuralearn2 жыл бұрын
Sure:) Check your mail!
@walkwithus65362 жыл бұрын
Hi, if we have multiple tables (huge tables) then this method will work?
@neuralearn2 жыл бұрын
Yes, it should work. I think it's best to try it for yourself :)
@NileshKumar-ug1hl Жыл бұрын
Hi, Can you please provide the notebook access?
@manoubilahbib25726 ай бұрын
That was awesome, thanks
@chafikhermouche5136 Жыл бұрын
Hello, thank you for the tutorial !! Can I get the code please ??
@snehalvats382 Жыл бұрын
Hey there! it is a wonderful video on how to work with ocr and table. i have requested for notebook access could you please provide me with the access? thank you once again for this tutorial
@neuralearn Жыл бұрын
hello my dear Snehal, please check your mail :)
@snehalvats382 Жыл бұрын
@@neuralearn dear team. I have not yet received the confirmation. It's the same email as the one I'm replying with.
@kanakjaiswal136 Жыл бұрын
It was excellently explained. I wanted to try it out but got many errors. So, Could you please grant me access to the google Colab code?
@neuralearn Жыл бұрын
Done!
@AdilKhan-c5q Жыл бұрын
Very informative tutorial. I really appreciate the work you have done with this code. I also want to try this. Can you please allow access to the google collab code for this?
@neuralearn Жыл бұрын
hello my dear Adil, Please check your mail :)
@josephebenezer8869 Жыл бұрын
Hi, could you grant me access to the notebook please?
@rupakjha539 Жыл бұрын
Hi Neuralearn team, can u please provide me the google colab code access
@sameerdeshmukh1527 Жыл бұрын
Thank you. Please can you grant me access to notebook?
@neuralearn Жыл бұрын
Please check your mail :)
@edwinjoe60442 жыл бұрын
Hi @Neuralearn. I am getting this "ValueError: (InvalidArgument) Device id must be less than GPU count, but received id is: 0. GPU count is: 0. [Hint: Expected id < GetGPUDeviceCount(), but received id:0 >= GetGPUDeviceCount():0.] (at /paddle/paddle/phi/backends/gpu/cuda/cuda_info.cc:242)" I am having intel® hd graphics 2500 graphics card so I can't run the project in my system how to run the program in my system.
@neuralearn2 жыл бұрын
Hello my dear Joe, here is a notebook which works for cpu runtime: colab.research.google.com/drive/1vZHrahaaubhWMz83jlPuvA1na_v98fUP
@edwinjoe60442 жыл бұрын
@@neuralearn Thank you bro Thanks for the support 🤗
@pmshadow Жыл бұрын
hi, excellent video!!! can you please give me access to the notebook? I have requested right now :) Thanks in advance!!
@neuralearn Жыл бұрын
Done!
@pmshadow Жыл бұрын
@@neuralearn thank you very much!
@neuralearn Жыл бұрын
You're welcome :)
@pmshadow Жыл бұрын
@@neuralearn I checked now, but it was not available for me, can you please double check? thanks!
@neuralearn Жыл бұрын
Please check your inbox, we sent you a mail
@dishaparmar2609 Жыл бұрын
amazing video..! very helpful ..! could you please provide source code?
@malakkhiari1419 Жыл бұрын
How to get access to your notebook?
@neuralearn Жыл бұрын
Done!
@LouisWong4232 жыл бұрын
Thank you so much for your tutorial! Can you please grant me access to the Google Colab Code?
@neuralearn2 жыл бұрын
Yes sure!
@hussainahmedsiddiqui3742 Жыл бұрын
Amazing tutorial, is this code available for use? I would appreciate it!
@neuralearn Жыл бұрын
Please check your mail :)
@AshishGupta-bd6hu2 жыл бұрын
Device ID must be less than GPU count, but received Id is:0 GPU count is :0, what does it mean when I run model.detect(image)
@AshishGupta-bd6hu2 жыл бұрын
I am running this on my local machine
@neuralearn2 жыл бұрын
Hello my dear Ashish, try out this notebook: colab.research.google.com/drive/1vZHrahaaubhWMz83jlPuvA1na_v98fUP
@AshishGupta-bd6hu2 жыл бұрын
@@neuralearn thanks for your response, I have sent you access request
@Sara-fp1zw2 жыл бұрын
can you please give me the access to notebook?
@stevevu8654 Жыл бұрын
it's fascinating. would you mind giving me the access to the colab code?
@neuralearn Жыл бұрын
Hello my dear Steve. Please check your mail :)
@sudeshkumar5600 Жыл бұрын
Hi, It is very interesting and to me. I really want to try this out. Could you please grant me access to the google colab code?
@neuralearn Жыл бұрын
Done!
@AnkushPomendkar-s6f Жыл бұрын
This tutorial is very helpful and informative . Can you share this code with me ?
@neuralearn Жыл бұрын
Hi, check your mail box or spam
@SaniyaFarash Жыл бұрын
Very informative video. Can you please share the code with me ? It would be very helpful.
@youseffarouk6189 Жыл бұрын
how can i use paddle ocr for receipts ?
@maniekm2808 Жыл бұрын
Hi @neuralearn love the tutorial! Can you provide me access to the code?
@neuralearn Жыл бұрын
Please after requesting access, check your mail inbox or spam
@maniekm2808 Жыл бұрын
Thank You , chcecked but didn’t get nothing
@Ga_Yoon-z4k2 жыл бұрын
Thank you! can i get the code? could you please provide access?
@neuralearn2 жыл бұрын
Yes, sure
@italykiduniya2 жыл бұрын
The script takes a lot of time to execute is there anyway to optimize it ?
@neuralearn2 жыл бұрын
Hello my dear Yadav. To better answer your question, will love to know which part of the script takes a lot of time ? is it the installation? detection?recognition?or reconstruction?
@ganeshrajv1302 жыл бұрын
@@neuralearn i have requested for the colab code could you please accept it
@ganeshrajv1302 жыл бұрын
@@neuralearn want to try this is so interesting
@neuralearn2 жыл бұрын
Done!
@jyo8507 Жыл бұрын
What an amazing work. This will be a great tutorial for me in this area of work. I’m trying to access google colab notebook. Could you please grant me permission to access google colab notebook?
@neuralearn Жыл бұрын
Glad it was helpful! Please check your mail
@jyo8507 Жыл бұрын
@@neuralearn I am not able to access the notebook. I requested for access.
@neuralearn Жыл бұрын
Please check your mail again
@jyo8507 Жыл бұрын
Thanks a lot
@neuralearn Жыл бұрын
You're welcome
@amilaviraj1014 Жыл бұрын
This is very informative tutorial! Could you please give me access to the Google Colab Code?
@neuralearn Жыл бұрын
Hi my dear Amila Please check your mail inbox or spam :)