DSCKGEC/OCR-TextRecognition

East Text Detector Not Mentioned

Closed this issue · 2 comments

net = cv2.dnn.readNet(args["east"])

You have to input the east text detector file for proper detection of text.

hello sir , please assign this to me

https://www.dropbox.com/s/r2ingd0l3zt8hxs/frozen_east_text_detection.tar.gz?dl=1
Download the model using the above link , extract it . You will receive a .pb file .
Copy and paste it to the working directory of the script
Open working directory in command prompt ,
Type python OCRTextRecg.py -i=complete file path of the image -east=complete file path of East text detector