Skip to content

Brikwerk/pyswt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyswt

A Python implementation of the Stroke Width Transform

Installation

Virtualenv is recommended for managing python packages.

Install the packages used in this project with:

pip install -r requirements.txt

To test with example code, run test_pyswt.py located at the repo root.

To use in your own project:

import pyswt
img = cv2.imread(img_path)
bboxes = pyswt.run(img) # Outputs bounding boxes of found text

About

A python implementation of the Stroke Width Transform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages