Metadata-Version: 2.1
Name: dnnocr
Version: 0.2.3
Summary: DnnOCR
Requires-Dist: numpy

==========

Python Package for OCR.

### Install

```
$ pip install dnnocr
```

### Usage

```python
#!/usr/bin/env python
# coding=utf-8

import dnnocr

net = dnnocr.Net('chars');

image_file = "./10.png";
ocr_text = net.ocr(image_file);
print "ocr_text:" + ocr_text

```

Home-page: https://github.com/dnnocr/dnnocr
Author: UNKNOWN
Author-email: dnnocr@outlook.com
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
