Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 734 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 734 Bytes

Natural Scene Text Detector

This Project was developed by Aayush Kumar, Core Member of Epoch (2022-2023)

About the project:

This project was made for detecting and recognizing text in natural scene. Major libraries used are OpenCV and Tesseract. It also uses pre-trained east model for detecting regions of text.

Setup:

To run this file, we need to download tesseract library and a pre-trained east model.

  • Tessesract can be downloaded from here
  • East can be downloaded from here

To run the file, change the location of east model to the location at which east is present in your system.