How to Preprocess Images for Text OCR in Python (OCR in Python Tutorials 02.02)

  Рет қаралды 149,940

Python Tutorials for Digital Humanities

Python Tutorials for Digital Humanities

3 жыл бұрын

If you enjoy this video, please subscribe.
✅Be my Patron: / wjbmattingly
✅PayPal: www.paypal.com/cgi-bin/webscr...
How to Open an Image with OpenCV: 4:10
01. Invert an Image: 9:47
03: Binarization: 13:33
04: Noise Reduction: 20:40
05: Dilation and Erosion: 28:33
06: Rotation and Deskewing: 35:07
07: Removing Borders: 42:18
08: Missing Borders: 49:09
GitHub Notebook: github.com/wjbmattingly/ocr_p...
If there's a specific video you would like to see or a tutorial series, let me know in the comments and I will try and make it.
If you liked this video, check out www.PythonHumanities.com, where I have Coding Exercises, Lessons, on-site Python shells where you can experiment with code, and a text version of the material discussed here.
You can follow me at:
/ wjb_mattingly

Пікірлер: 163
@ds5015
@ds5015 8 ай бұрын
Hey thank you so much! The video is about an hour long, so I’m really happy that your voice is so pleasant and happy to listen to! This video helped me a lot on my project.
@jadenizard9955
@jadenizard9955 2 жыл бұрын
This is awesome ! Really helpful for my dissertation research about OCR in the accountability field. Many thanks from Paris !
@python-programming
@python-programming 2 жыл бұрын
So happy to hear that! No problem!
@rishis11
@rishis11 2 ай бұрын
why are we working on jupyter all of a sudden?
@balkiprasanna1984
@balkiprasanna1984 Жыл бұрын
Amazing, I am going to recommend to my colleagues. Great work.
@saifabusrour
@saifabusrour Жыл бұрын
I appreciate your step-by-step explanations
@marcerum6963
@marcerum6963 Жыл бұрын
What a legend only one ad in the beginning . Your so damn underrated
@Superdooperhero
@Superdooperhero 3 жыл бұрын
Doing all the steps finally got me to 98% accuracy. Thanks so much!
@python-programming
@python-programming 3 жыл бұрын
Awesome! No problem!
@nagarajumuthyala5798
@nagarajumuthyala5798 3 жыл бұрын
How did u calculate accurency ?
@sabririhab9383
@sabririhab9383 3 жыл бұрын
i can't believe i found this amazing channel !!! I've been working on an OCR mobile app to extract fields from scanned invoices and these videos are exactly what I m looking for million thanks man !!!
@python-programming
@python-programming 3 жыл бұрын
Awesome! Glad you are finding them useful! I have 10 more videos planned for this series. I am getting over a cold and have not been able to post for a while.
@sabririhab9383
@sabririhab9383 3 жыл бұрын
@@python-programming i hope you get well soon and i m looking forward to these videos
@petianikolova3466
@petianikolova3466 3 жыл бұрын
same!
@cuneytsn
@cuneytsn Жыл бұрын
did you finish your work ?
@sabririhab9383
@sabririhab9383 Жыл бұрын
@@cuneytsn yes I did
@sriyaniliyanage6495
@sriyaniliyanage6495 Жыл бұрын
Thank you so much. I just upgraded from Making Waves, so the concepts are familiar, but tNice tutorials is a whole new world! Look forward to
@eduardmoldoveanu4245
@eduardmoldoveanu4245 Жыл бұрын
Thank you, I've been looking for a long time
@FernandoFischer6048
@FernandoFischer6048 Жыл бұрын
Men you are an amazing teacher! I love the way you explain things! thank you BTW!
@sinantk4036
@sinantk4036 Жыл бұрын
found actually helpful for people started from scratch
@Superdooperhero
@Superdooperhero 3 жыл бұрын
Inverting took me from garbage to great recognition. Thanks!
@python-programming
@python-programming 3 жыл бұрын
Awesome! Glad these are useful and working. I was not sure if I explained it well enough.
@michaelangelomarcos1824
@michaelangelomarcos1824 Жыл бұрын
Thank you man for sharing this stuff
@tuphamngoanh5515
@tuphamngoanh5515 3 жыл бұрын
Thank you for the very helpful tutorial. I am wondering if there is any difference between from preprocessing SCENE-TEXT dataset from OCR dataset? In my POV, BW function will not be needed in SCENE-TEXT since there is various color in an image. Thanks again.
@vivekan97
@vivekan97 2 жыл бұрын
Great content and clear explanation
@python-programming
@python-programming 2 жыл бұрын
Thanks!
@ibrahimbourkiba9935
@ibrahimbourkiba9935 2 жыл бұрын
you really helped me, thank you
@shiyason213
@shiyason213 2 жыл бұрын
just amazing, thank you!
@python-programming
@python-programming 2 жыл бұрын
No problem!
@dotzoidcom5322
@dotzoidcom5322 Жыл бұрын
yo bro, really thankya. Big respect
@venes3713
@venes3713 Жыл бұрын
Thank you for this awesome tutorial! 1 questions though. Can we just manually crop the image instead of removing the borders?
@minghui9525
@minghui9525 Жыл бұрын
fire video, thanks bro
@user-ys7st8kk5e
@user-ys7st8kk5e Ай бұрын
you saved my life....thanks
@sager56
@sager56 7 ай бұрын
Thank you! This will help me save my work :>
@python-programming
@python-programming 7 ай бұрын
You're welcome!
@cerioscha
@cerioscha Жыл бұрын
Great videos thanks for sharing !. Would you be able to tackle the problem of removing an image watermark in scanned pdfs please?
@user-zv7yn9ly5b
@user-zv7yn9ly5b Жыл бұрын
Hi!, First thank for the tutorial. In my case I had a problem while correcting the rotated image with the function. In the link it gives you a really cool solution, if anyone had the problem just comment the line of the angle and put this lines instead and it will work perfectly. middleContour = contours[len(contours) // 2] angle = cv2.minAreaRect(middleContour)[-1] As I said it comes in the link given but this is in the case you're in a rush. Thanks for the channel and the videos for real. I would have liked to have teachers like you while I was studying!!!!
@sh00t01
@sh00t01 5 ай бұрын
Thanks for your input. I tried every option but it'll always get -90º to -30º (aprox) rotated. Cannot find where the problem is. I'm trying with a picture of my own, like the ones I will process.
@musinguzibenard2670
@musinguzibenard2670 9 ай бұрын
Great thanks from Uganda the pearl of Africa
@Rahul_Singh_Rajput_04
@Rahul_Singh_Rajput_04 2 жыл бұрын
Thankyou so much for this Video . This is an Great Video.
@python-programming
@python-programming 2 жыл бұрын
Thanks! No problem! Happy I could help you.
@Rahul_Singh_Rajput_04
@Rahul_Singh_Rajput_04 2 жыл бұрын
Plzz upload more videos on this
@marco_graciano
@marco_graciano 2 жыл бұрын
Awesome!
@netsereabhadis4351
@netsereabhadis4351 8 ай бұрын
good job man!
@python-programming
@python-programming 8 ай бұрын
Thanks!
@user-dt4nl7po7e
@user-dt4nl7po7e Жыл бұрын
Hi! Thanks for the amazing explanation, it has helped me alot! I am currently working on optimizing the Tesseract engine for my specific needs. However, I am having some problems with rotating documents. For some reason, removing the borders is not working. Since the document is rotated, so are the borders (so I am seeing black triangle-shaped borders). Furthermore, if the document is rotated counter-clockwise just a little bit, it will correct it by rotating the image to 90 degrees counter-clockwise, rather then to the closest 90 degree angle. Any ideas for the problems I am having?
@sympathique7512
@sympathique7512 7 ай бұрын
How did you success to rotate the image ? It rotate every time the image to 90, i don't know how to fix that !
@Superdooperhero
@Superdooperhero 3 жыл бұрын
from numpy import ones, uint8 kernel = ones((1, 1), uint8) is a lot faster than importing the entire numpy module
@python-programming
@python-programming 3 жыл бұрын
Great and helpful comment!
@manchikatlasravan8264
@manchikatlasravan8264 3 жыл бұрын
can you plz share display method which you found in stack overflow
@JasonVerro
@JasonVerro Ай бұрын
Thanks for the video. I was having issues with the "getSkewAngle" function. I found an easy workaround though. I changed the last line "return -1.0 * angle" to just "return angle" Hope this helps anyone else with this problem.
@rohinimaidamwar6787
@rohinimaidamwar6787 2 жыл бұрын
Great Tutorial. How to deskew an image when the page is rotated upside down? Or atleast how to get an angle of rotation.? If anyone can help, please suggest me some method/ approach.
@souravthakur6222
@souravthakur6222 3 жыл бұрын
How to extract different kind of text such as hand written, tabular, free text from different scanned docs and pdf's and images using ML OCR and its pre-processing techniques ?
@vandhyashreehs9435
@vandhyashreehs9435 Жыл бұрын
Thank you Sir, Is there any way to separate handwritten text and printed text in documents?
@lucyledezma709
@lucyledezma709 3 жыл бұрын
Hello, can you help me please? how to detect inverted text or letters in an image? and after rotate the image the normal state?, thanks
@meleseayichlie5645
@meleseayichlie5645 Жыл бұрын
Thank you for your valuable tutorial, but i have a question, how to save extracted text and corresponding image name in excel.
@nemka9119
@nemka9119 10 ай бұрын
Hi, what if I have a region of interest that is about 150x50 which has a single number let's say 1235 that I want to ocr, and that number takes a large portion of the roi image, like 60% of the height and 50% of the width, the image itself is a frame from a video capture so its good quality, what preprocessing do you think should be done? I am using tesseract for the ocr. Thanks!
@sanjeebsarkar6484
@sanjeebsarkar6484 2 жыл бұрын
Hi , Thank you so much for such a detailed explanation and making a series out of this , I have one question, Can you please tell me or refer a link as to how to get a threshold of image, like get the threshold of an image, so that we can use it as a reference for other images?
@python-programming
@python-programming 2 жыл бұрын
Hi! Interesting question. If I understand you right, that is not possible as far as I know. The threshold is a change to the image based on a certain pixle number. Are instead thinking of trying to get an ubderstanding of the average range of pixles in an image?
@sanjeebsarkar6484
@sanjeebsarkar6484 2 жыл бұрын
@@python-programming uhh yes something like that, so in here , instead of setting the threshold on an image and correcting it via trial and error, I was thinking if it is possible to get a threshold of a perfect image and apply those values to a problamatic image. Actually I was trying ur tutorial, and you have mentioned that , if we try to use dilation and erotion on a perfectly fine image, it will ruin it. and thats what was happening. So I got into thinking if there is any way to get a threshold value of an image.
@theorager15
@theorager15 3 жыл бұрын
Hey, any idea why I got "ValueError: not enough values to unpack (expected 3, got 2)" at 15:43. I'm using Python3.8.2 and open-cv 4.5.1. Also, please check patron messages. Thanks!
@python-programming
@python-programming 3 жыл бұрын
Good question. I don't think I explained this in the video. The problem is likely from the display function with the height, width, (sometimes depth). Make sure that im_data.shape[:2] is in your display function. I updated this for GitHub so this error wouldn't pop up, but I don't think I mentioned it in the video. Here is the corrected display function: def display(im_path): dpi = 80 im_data = plt.imread(im_path) height, width = im_data.shape[:2] # What size does the figure need to be in inches to fit the image? figsize = width / float(dpi), height / float(dpi) # Create a figure of the right size with one axes that takes up the full figure fig = plt.figure(figsize=figsize) ax = fig.add_axes([0, 0, 1, 1]) # Hide spines, ticks, etc. ax.axis('off') # Display the image. ax.imshow(im_data, cmap='gray') plt.show()
@theorager15
@theorager15 3 жыл бұрын
​@@python-programming Thank you for your response, nonetheless, I already found and fix it from SO. The point was that I didn't get the idea. Here is my current thought about it, the reason behind it is the code trying to unpack more values from an object than those that actually exist. So either we have to remove some requests or return the 'requested' value (before actually request it) to the program and then request the results. I know that this is a bit more detailed and out of the topic to appropriately fit on your video comment section but, a clarified answer would be greatly appreciated. Learn without gaps is better in the long run, don't you agree?
@python-programming
@python-programming 3 жыл бұрын
Precisely the problem! It was a good catch and I'm glad this comment is here. No worries about it being out of topic. I think it is very much on topic.
@daves4026
@daves4026 Жыл бұрын
Wow awesome video, totally subscribing 🙂, I would like a transparency example, as we have invoices scanning from thin paper with duplex pages bleeding through the image. I'm assuming the transparency will help?
@python-programming
@python-programming Жыл бұрын
Thanks! Can you DM me on Twitter with some example images?
@daves4026
@daves4026 Жыл бұрын
@@python-programming hi sorry I don’t do twitter or social media. But simply put sometimes a scanner will produce an image which has some ghosting of the other side coming through
@daves4026
@daves4026 Жыл бұрын
I am working through the video stack and trying to comprehend it all. Trying to develop an auto scan ocr solution of sorts. Really helpful what you and others have shared
@osumanaaa9982
@osumanaaa9982 3 жыл бұрын
Thanks a lot !! That's exactly the kind of material I was looking for. I have a question about deskewing though. Although it straightens the document well, there are cases where it completely flips it 90 degrees (the original skew was quite small actually), so I had to set a limit of 35/-35 in the angle to ignore what's outside the range. However, what bothers me more is that the OCR results get worse after applying the deskew. I mean, the results before are quite good, but if I apply it, it fails to detect many words that I can detect without applying it and even detects another language not existing in the document (I used 2 languages because in some documents, they both appear). Again, these two issues don't happen when I don't deskew
@python-programming
@python-programming 3 жыл бұрын
Thanks for the commen! Glad you liked the video. That is odd indeed! I am not sure why that would be the case
@coolcovers2397
@coolcovers2397 2 жыл бұрын
the reason this problem is happening is that the rotation function does the same things we already did such as turning the pic to gray, dialation etc.. so if u do it again the quality is going to change not in your favor this time which will make rotating the pic impossible. so you simply need to start by rotating the pic THEN move on to the next steps.
@tieman3790
@tieman3790 2 жыл бұрын
Good video. not completely relevant for my case as i dont know what the image will look like, but still usefull!
@python-programming
@python-programming 2 жыл бұрын
Thanks!
@hamidsafiullahawan3433
@hamidsafiullahawan3433 Жыл бұрын
Thank you very much, Sir. it helped me a a lot in my OCR project
@python-programming
@python-programming Жыл бұрын
I am so happy to hear that!
@RATANAGARWALITINFORMER
@RATANAGARWALITINFORMER Жыл бұрын
Wow good
@nossonweissman
@nossonweissman Жыл бұрын
Great video. But I need to point out that `/` is actually a forward slash
@prasannaimmaneni6888
@prasannaimmaneni6888 3 жыл бұрын
I'm unable to acces the notebook. Can you please share the notebook.
@nagarajumuthyala5798
@nagarajumuthyala5798 3 жыл бұрын
Please make the video on how to detect the table and how to Calculate the accuracy of the image
@python-programming
@python-programming 3 жыл бұрын
That sounds like fun! I will do that.
@nagarajumuthyala5798
@nagarajumuthyala5798 3 жыл бұрын
Please please make the video on how to detect the table in image ?
@vaibhavpawar5807
@vaibhavpawar5807 3 жыл бұрын
Can you suggest me an algorithm or any library through which we can separate text from image which is having text in different languages. I am having a image which is having text in both German and English language. I want to separate the text for text summarization. Any help will be appreciated.
@python-programming
@python-programming 3 жыл бұрын
OpenCV. I have 5 videos coming out on how to do this statting next week. You will want to use bounding boxes.
@nagarajumuthyala5798
@nagarajumuthyala5798 3 жыл бұрын
Lot of modules r here u can use Fitz,pypdf2 , pdfplumber complot ,pytesseratte
@hritiksth764
@hritiksth764 2 жыл бұрын
what is kernel in the deskewing function ?
@ram_qr
@ram_qr 6 ай бұрын
(14:49) Why we use function grayscale, when we can simply use built-in function cvtColor?
@user-xe7ww4py7u
@user-xe7ww4py7u 2 ай бұрын
Are the functions you built only suitable for this specific document? Or will they be able to handle new input documents?
@ethanyoung8971
@ethanyoung8971 Жыл бұрын
What happened to using PIL to open an image..?
@akzork
@akzork Жыл бұрын
Rescaling code is not filled in the final notebook on GitHub.
@123mat1231
@123mat1231 4 ай бұрын
For anyonne getting a error message when importing pylot. heres a few solutions: 1. Instalation problem. error in python-slugify setup command: use_2to3 - solution: update your setup tools in the terminal with the comand "setuptools==58". Then try "pip install pylot" 2. Error in import - solution: change comand to "import matplotlib.pyplot as plt"
@talhaabdulqayyum193
@talhaabdulqayyum193 3 жыл бұрын
which theme ur using for jupyter, please share the method so it doesnt effect intellisense as well
@python-programming
@python-programming 3 жыл бұрын
I'm using the standard dark theme in JupyterLab
@meghashyaamsagar6046
@meghashyaamsagar6046 9 күн бұрын
Hey Bro, for the Rescaling part and the Alpha channel/transparency part, do you have a source or a github link for the codes
@justBeOrDontB7568
@justBeOrDontB7568 2 жыл бұрын
I am learning tons of stuff from this OCR series! It has helped me massively in developing my own project! But the display (im_path) function you are using to print every image is never working for me; I keep getting the same error ---> "ValueError: not enough values to unpack (expected 3, got 2)". Can you please help me with this?
@taylordunn5672
@taylordunn5672 2 жыл бұрын
Not sure if you have solved this or not, but this is how I got around that issue. Please comment if there is a better way. When converted to grayscale you lose the depth dimension. I put an if statement in the function to specify the number of dimensions to be expected. I hope this helps # 3 dimensions for RGB, 2 dimensions for gray scale def display(im_path,dimensions): if dimensions == 3: dpi = mpl.rcParams['figure.dpi'] im_data = plt.imread(im_path) elif dimensions == 2: dpi = mpl.rcParams['figure.dpi'] im_data = plt.imread(im_path)
@Booza1981
@Booza1981 Жыл бұрын
Wierd - i agree with you - but if the shape is only 2 dimensional for grayscale that the error didn't come up in the video.
@azmainatefsamy9566
@azmainatefsamy9566 Жыл бұрын
Ok nice
@vincentmanlesis5354
@vincentmanlesis5354 2 жыл бұрын
I tried the code for rotation and deskewing but it doesn't change anything. I used raspberry pi 4 to try it. Is it possible that it cannot perform in raspberry pi? Please reply..
@prithatasmin9966
@prithatasmin9966 2 жыл бұрын
how can i detect check box yes and no answer ?
@jashcontact7476
@jashcontact7476 2 жыл бұрын
your display function is not working in greyscale image bcz function need three argument "width" "height" "depth" , but grey scale give only 2 parameter .
@soted
@soted Жыл бұрын
at 41:15 line 395 i get an error saying : name 'new' is not defined ( im working with pycharm)
@octoplay_movies8847
@octoplay_movies8847 2 жыл бұрын
which IDE is used in this
@51_prathamniphadkar96
@51_prathamniphadkar96 11 ай бұрын
Hello!! So when I try to convert the image and when I pass on this command inverted_image = cv2.bitwise_not(img) cv2.imwrite('PYTESSERACT/inverted.png', inverted_image) Its output is showing me "False" Please tell me how do I fix this.
@jeevajanu1708
@jeevajanu1708 2 жыл бұрын
Could you please tell me where do you write this code , I mean is it in python or IDLE?
@python-programming
@python-programming 2 жыл бұрын
For this I used Jupyter Lab
@Fakkboi
@Fakkboi 2 жыл бұрын
Did you make a video for rescaling? :)
@python-programming
@python-programming 2 жыл бұрын
I do not think I did. I will try and do that.
@websoftwaredeveloperijtiha3093
@websoftwaredeveloperijtiha3093 4 ай бұрын
Which IDE you have used in vedio
@tiberiugeorgescu4459
@tiberiugeorgescu4459 Жыл бұрын
Border removal does not work with white borders. Anyone has any idea why?
@hemantchauhan6437
@hemantchauhan6437 6 ай бұрын
Hello sir I am working on a project where I need user to upload a pdf if it has only handwritten text in the images of pdf and not the computer typed text. Is there any python library which can help me in this?
@FreeTrial93
@FreeTrial93 5 ай бұрын
First I'd like to thank you for the tutorial. I have a question. In the 28th min you are talking about pros and cons of noise removal. And you said that for this particular image you wouldn't use it for stated reasons. So what if you have a thousand images you want to process with maximum rate of success. How would you then implement noise removal to those images that actually benefit from it and skip it for those that don't and would in case of using it result in worse performance?
@python-programming
@python-programming 5 ай бұрын
Thanks for the comment! I'm glad you liked the video! There are a few solutions here, perhaps a small image classifier to detect those pages that have a lot of noise and flag them for manual adjustments. It likely wouldn't take many examples to train a binary model to do this. Another approach could be with Open-CV but it may take longer for some data to get that up and running effectively. It really comes down to the images you are using, though.
@suphawatwong9438
@suphawatwong9438 2 жыл бұрын
bro did you forget to fill the rescaling the img in Github? Anyway Thankyou
@zealotbloodlust6089
@zealotbloodlust6089 3 жыл бұрын
Hi I just copied the same exact code that you have used for deskewing and also used the image that you used, but it doesn't work correctly, could you guide me through this? Thank you
@python-programming
@python-programming 3 жыл бұрын
Whats the error?
@zealotbloodlust6089
@zealotbloodlust6089 3 жыл бұрын
@@python-programming I had imported the rotated image with borders accidentally. my bad thank you for sharing your knowledge. I am learning a ton of new things
@python-programming
@python-programming 3 жыл бұрын
No worries at all! Glad you figured it out and I am glad you are getting a lot from this channel!
@Rachel-uh9lh
@Rachel-uh9lh 2 жыл бұрын
Hi Sir could you do a session on Houghline transformation
@python-programming
@python-programming 2 жыл бұрын
Thats a great idea!
@naitiktalati7330
@naitiktalati7330 3 жыл бұрын
not able to access the notebook!
@pcb5135
@pcb5135 Жыл бұрын
wait we dont need to invert image on tesseract 4.0?
@mariaoviedo6348
@mariaoviedo6348 Жыл бұрын
The only tNice tutorialng I learnt myself in soft soft is pressing tab in the keyboard to bring up the channel rack
@akashhprabhu3763
@akashhprabhu3763 2 жыл бұрын
i need ocr detection of kannada language...;how can i co that?
@user-xu9qc7em5c
@user-xu9qc7em5c Жыл бұрын
I get the following error, can anyone suggest a solution ? : error: OpenCV(4.5.4) :-1: error: (-5:Bad argument) in function 'dilate' > Overload resolution failed: > - src is not a numpy array, neither a scalar > - Expected Ptr for argument 'src'
@aeeweb6464
@aeeweb6464 2 жыл бұрын
Amazing video. I wanna skew code plz....................
@sheebavinod7204
@sheebavinod7204 5 ай бұрын
Will it work with scanned pdf?
@pacengan7843
@pacengan7843 Жыл бұрын
What name application editor ? tq...
@fatimahehab7986
@fatimahehab7986 10 ай бұрын
I get this error when trying to get the gray version of the image at 18:12 Cell In[4], line 4, in display(img_path) 2 dpi = 80 3 img_data = plt.imread(img_path) ----> 4 height, width, depth = img_data.shape 6 img_size = width / float(dpi), height/ float(dpi) 8 fig = plt.figure(figsize=img_size) ValueError: not enough values to unpack (expected 3, got 2)
@remicornut9643
@remicornut9643 9 ай бұрын
copy and paste the fonction call it "display2" for exemple and remove the "depth" then use the display2 when display dosen't work
@modeltrainer1246
@modeltrainer1246 2 жыл бұрын
HOW TO RETRAIN OCR? I WANT TO DETECT LIVE LICENCE PLATE NUMBER
@python-programming
@python-programming 2 жыл бұрын
That would be object detection first then OCR
@modeltrainer1246
@modeltrainer1246 2 жыл бұрын
@@python-programming i already did the object detection part. trained the license plate in yolo v4. i cropped the license plate from images and having a hard time using easy OCR to get the text from plate.
@python-programming
@python-programming 2 жыл бұрын
@@modeltrainer1246 excellent. Okay mind dming me on Twitter with some sample images?
@shubhamnayak9682
@shubhamnayak9682 10 ай бұрын
Hi bro ,Have you got to know ? how can i retrain my model to implement ocr object detection was done
@MijanurRahman-jo1st
@MijanurRahman-jo1st Жыл бұрын
Can i use it for handwritten text recognition? Please?
@python-programming
@python-programming Жыл бұрын
HTR is a different problem. Much more custom solutions are needed. Transkribus or OCR4All (open source) are both good options to consider.
@MijanurRahman-jo1st
@MijanurRahman-jo1st Жыл бұрын
@@python-programming Thanks
@sachinramesh5071
@sachinramesh5071 Жыл бұрын
Broooooo!
@anilsharma32g
@anilsharma32g 8 ай бұрын
Dear Sir, I am your Subscriber I want to create a tool that finds text errors in the image. For Example: if I forgot to write CONTACT US, BUY NOW, CONTACT NUMBER, SPELLING MISTAKE, etc... in my social media post. that the tool finds error and suggests what are missing or what is incorrect in social media post. 🙏 Please guide me and suggest what course I need to buy or what I need to learn to create this tool Thank you!
@trishamaemendoza1819
@trishamaemendoza1819 Жыл бұрын
not wNice tutorialle quarantine but how r u doing is that hard ?
@leutrimiTBA
@leutrimiTBA Ай бұрын
rescaling is not added
@niroshansilva8700
@niroshansilva8700 Жыл бұрын
misconceptions that the comnt is supposed to soft like I am in love with Nice tutorialm or sotNice tutorialng.
@32-sangnguyen11
@32-sangnguyen11 Жыл бұрын
I actually tried to play around on my own before watcNice tutorialng tNice tutorials and finally knowing what many of the buttons I randomly clicked on an is
@Champe19
@Champe19 7 ай бұрын
Jupyter lab is saying “No module named matplotlib”
@ahil6958
@ahil6958 Жыл бұрын
Not Working for Windows...I am stuffed up with this...!
@CryptixYT
@CryptixYT Жыл бұрын
guilty, I feel like being honest here is going to be the most aningful.
@sucacxuyendem
@sucacxuyendem Жыл бұрын
too I made like s on garage band and thought it be easier in softsoft. nope
@subtleintuitions6524
@subtleintuitions6524 2 жыл бұрын
need to have pdf scanned into text
@python-programming
@python-programming 2 жыл бұрын
Good idea for a video!
@user-cg1ug1hb4c
@user-cg1ug1hb4c Жыл бұрын
display('photos/gray.jpg') ValueError Traceback (most recent call last) Cell In[83], line 1 ----> 1 display1('photos/gray.jpg') Cell In[65], line 4, in display1(im_path) 2 dpi = 80 3 im_data = plt.imread(im_path) ----> 4 height, width, depth = im_data.shape 6 figsize = width / float(dpi), height / float(dpi) 8 fig = plt.figure(figsize=figsize) ValueError: not enough values to unpack (expected 3, got 2)
@toiatikhawla9278
@toiatikhawla9278 Жыл бұрын
It took 1,5 hours to finish watcNice tutorialng tNice tutorials 18 MINUTES video wNice tutorialle doing all the sa steps on soft soft myself. My brain is fried and
@WABCodeLab
@WABCodeLab Жыл бұрын
Tutorial*
Introduction to PyTesseract (OCR in Python Tutorials 02.03)
6:18
Python Tutorials for Digital Humanities
Рет қаралды 53 М.
Optical Character Recognition (OCR) - Computerphile
14:16
Computerphile
Рет қаралды 189 М.
Каха и суп
00:39
К-Media
Рет қаралды 6 МЛН
A clash of kindness and indifference #shorts
00:17
Fabiosa Best Lifehacks
Рет қаралды 100 МЛН
When You Get Ran Over By A Car...
00:15
Jojo Sim
Рет қаралды 33 МЛН
The Unreasonable Effectiveness Of Plain Text
14:37
No Boilerplate
Рет қаралды 593 М.
I Melted Wood With Friction
8:44
The Action Lab
Рет қаралды 531 М.
The most important Python script I ever wrote
19:58
John Watson Rooney
Рет қаралды 168 М.
Pydantic Tutorial • Solving Python's Biggest Problem
11:07
pixegami
Рет қаралды 252 М.
How I'd Learn AI (If I Had to Start Over)
15:04
Thu Vu data analytics
Рет қаралды 749 М.
Image Processing with OpenCV and Python
20:38
Rob Mulla
Рет қаралды 139 М.
Каха и суп
00:39
К-Media
Рет қаралды 6 МЛН