Metadata-Version: 2.1
Name: digitgen
Version: 0.6.2
Summary: Synthetic Digit Generator
Home-page: https://github.com/ACRA-FL/digitgen.git
Author: DevinDeSilva
Author-email: devindesilva123@gmail.com
License: MIT
Project-URL: Bug Reports, https://github.com/ACRA-FL/digitgen/issues
Project-URL: Source, https://github.com/ACRA-FL/digitgen
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: opencv-python
Requires-Dist: gdown
Requires-Dist: scipy
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Requires-Dist: pytest (>=3.7) ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: unittest ; extra == 'test'


# digitgen

A Synthetic Text Image generator for Regular Scene text Detection.

## Installation

### 1. From PIP

$`pip install ImgAnn`

### 2. From github
clone the codebase from GitHub
```
$ git clone https://github.com/ACRA-FL/digitgen.git
```
build the library
```
$ python setup.py bdist_wheel sdist
$ pip install -e .

