Thanks to visit codestin.com
Credit goes to github.com

Skip to content

greengrass2015/text_renderer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Renderer

Generate text images for training deep learning OCR model (e.g. CRNN). example

  • Modular design. You can easily add Corpus, Effect, Layout.
  • Support generate lmdb dataset which compatible with PaddleOCR, see Dataset
  • Support render multi corpus on image with different font, font size or font color. Layout is responsible for the layout between multiple corpora
  • Generate vertical text
  • Corpus sampler: helpful to perform character balance

Quick Start

See Quick Start to run the example.

Learn more at documentation

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%