MENU

Fun & Interesting

Optical Character Recognition with EasyOCR and Python | OCR PyTorch

Nicholas Renotte 160,801 4 years ago
Video Not Working? Fix It Now

Need to extract text from an image? Tired of manually transcribing? You need OCR! OCR, also known as Optical Character Recognition allows you to 'recognise' text from within a document, whether it be an image, a PDF or a table. Leveraging OCR, you can easily extract this text to be able to use it for additional processing, NLP, or fit it into your regular workflow. The great thing about EasyOCR (which is shown in the video) is that it works with Python and is quite accurate without any fine tuning, this means you can spend less time processing and more time doing the fun stuff. What's even better is that in this video you'll learn how to do it all in just 15 minutes. In this video you’ll learn how to: 1. Setup and install EasyOCR and Pytorch 2. Use EasyOCR to extract text from an Image with Python 3. Extract multiple lines of text with OCR and handle the results 4. Visualise the results from the image using OpenCV Get the training template here: https://github.com/nicknochnack/EasyOCR Other Links Mentioned in the Video PyTorch Install: https://pytorch.org/get-started/locally/ EasyOCR Documentation: https://github.com/JaidedAI/EasyOCR OpenCV Documentation: https://opencv.org/ Oh, and don't forget to connect with me! LinkedIn: https://www.linkedin.com/in/nicholasrenotte Facebook: https://www.facebook.com/nickrenotte/ GitHub: https://github.com/nicknochnack Happy coding! Nick P.s. Let me know how you go and drop a comment if you need a hand!

Comment