April 2020
Intermediate to advanced
438 pages
12h 2m
English
First, download the pretrained EAST text detector model from https://codeload.github.com/ZER-0-NE/EAST-Detector-for-text-detection-using-OpenCV/zip and extract the compressed model in the appropriate path inside the models folder. Install Tesseract (v4) from http://emop.tamu.edu/Installing-Tesseract-Windows8, for example, and the pytesseract package with pip. Import the required libraries using the following code snippet:
import pytesseractfrom imutils.object_detection import non_max_suppressionimport cv2import numpy as np
Read now
Unlock full access