Metadata-Version: 2.1
Name: digitgen
Version: 0.6.3
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
Provides-Extra: dev
Provides-Extra: test
License-File: LICENCE


# 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 .

