Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Optical Character Recognition (OCR) in Python
Highest Rated
Rating: 4.7 out of 5(442 ratings)
4,209 students

Optical Character Recognition (OCR) in Python

OpenCV, Tesseract, EasyOCR and EAST applied to images and videos! Create your own OCR from scratch using Deep Learning!
Last updated 4/2023
English

What you'll learn

  • Use Tesseract, EAST and EasyOCR tools for text recognition in images and videos
  • Understand the differences between OCR in controlled and natural environments
  • Apply image pre-processing techniques to improve image quality, such as: thresholding, inversion, resizing, morphological operations and noise reduction
  • Use EAST architecture and EasyOCR library for better performance in natural scenes
  • Train an OCR from scratch using Deep Learning and Convolutional Neural Networks
  • Application of natural language processing techniques in the texts extracted by OCR (word cloud and named entity recognition)
  • License plate reading

Course content

13 sections95 lectures12h 58m total length
  • Course content12:57

    Learn optical character recognition in Python using Google Colab. Build end-to-end OCR pipelines from image preprocessing to text detection and recognition, including thresholding, noise removal, and neural networks.

  • Introduction to OCR6:37

    Explore how OCR differs between controlled scenarios and natural scenes, and learn how preprocessing, image quality, and layout affect text detection and extraction.

  • Course materials0:11

Requirements

  • Programming logic
  • Python programming basic

Description

Within the area of Computer Vision is the sub-area of Optical Character Recognition (OCR), which aims to transform images into texts. OCR can be described as converting images containing typed, handwritten or printed text into characters that a machine can understand. It is possible to convert scanned or photographed documents into texts that can be edited in any tool, such as the Microsoft Word. A common application is automatic form reading, in which you can send a photo of your credit card or your driver's license, and the system can read all your data without the need to type them manually. A self-driving car can use OCR to read traffic signs and a parking lot can guarantee access by reading the license plate of the cars!

To take you to this area, in this course you will learn in practice how to use OCR libraries to recognize text in images and videos, all the code implemented step by step using the Python programming language! We are going to use Google Colab, so you do not have to worry about installing libraries on your machine, as everything will be developed online using Google's GPUs! You will also learn how to build your own OCR from scratch using Deep Learning and Convolutional Neural Networks! Below you can check the main topics of the course:

  • Recognition of texts in images and videos using Tesseract, EasyOCR and EAST

  • Search for specific terms in images using regular expressions

  • Techniques for improving image quality, such as: thresholding, color inversion, grayscale, resizing, noise removal, morphological operations and perspective transformation

  • EAST architecture and EasyOCR library for better performance in natural scenes

  • Training an OCR from scratch using TensorFlow and modern Deep Learning techniques, such as Convolutional Neural Networks

  • Application of natural language processing techniques in the texts extracted by OCR (word cloud and named entity recognition)

  • License plate reading

These are just some of the main topics! By the end of the course, you will know everything you need to create your own text recognition projects using OCR!

Who this course is for:

  • Anyone interested in OCR (Optical Character Recognition)
  • Undergraduate students who are studying subjects related to Artificial Intelligence, Digital Image Processing or Computer Vision
  • Data Scientists who want to increase their knowledge in Computer Vision
  • Professionals interested in developing professional optical character recognition solutions
  • People interested in creating their own custom OCR