Skip to content

phucson/product-text-recognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Recognition on Products

Project for text recognition on images of industrial products using EAST text detector.

Introduction

OpenCV’s EAST (Efficient and Accurate Scene Text Detection) text detector is a deep learning model, based on a novel architecture and training pattern. It is capable of:

  • running at near real-time at 13 FPS on 720p images and
  • obtains state-of-the-art text detection accuracy.

Link to paper

Installation

pip install -r requirements.txt

Usage

  • To run the detector on a single image:

python text_recognition.py --east frozen_east_text_detection.pb --image path_to_image

  • The output image will be put in the folder output

  • For usages of all parameters

    python text_recognition.py --help

About

Project for text recognition on images of industrial products.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%