Skip to main content

DnnOCR

Project description

==========

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

dnnocr-0.2.3-py2.py3-none-any.whl (18.5 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page