Skip to content

A Python version of OCR implemented by OpenCV, including text detection and text recognition.

Notifications You must be signed in to change notification settings

lokvke/ocr_opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a Python version of OCR implemented by OpenCV, including text detection and text recognition.

cpp version: here

Requirements

  • python3
  • opencv-python >= 4.5

Models

text detection model(DBNet), Download Here

text recognition model, Download Here

alphabet file, Download Here

Run

  • step1: download the models and alphabet file, put them in your path and then modify config/cfg.py file

  • step2: run command. python demo.py

About

A Python version of OCR implemented by OpenCV, including text detection and text recognition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages