Skip to content

Commit b8cf7ae

Browse files
committed
adds installation
1 parent 8dd60ed commit b8cf7ae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# ocrpy
22
[![Downloads](https://static.pepy.tech/personalized-badge/ocrpy?period=total&units=abbreviation&left_color=black&right_color=blue&left_text=Downloads)](https://pepy.tech/project/ocrpy)
3+
![contributors](https://img.shields.io/github/contributors/maxent-ai/ocrpy?color=blue)
4+
![PyPi](https://img.shields.io/pypi/v/ocrpy?color=blue)
5+
![tag](https://img.shields.io/github/v/tag/maxent-ai/ocrpy)
6+
![mit-license](https://img.shields.io/github/license/maxent-ai/ocrpy?color=blue)
37

48
Unified interface to google vision, aws textract, azure and tesseract OCR tools.
59

610

11+
## Installation
12+
13+
```python
14+
pip install ocrpy
15+
```
16+
717
### Sample Usage
818

919
```python

0 commit comments

Comments
 (0)