We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd60ed commit b8cf7aeCopy full SHA for b8cf7ae
README.md
@@ -1,9 +1,19 @@
1
# ocrpy
2
[](https://pepy.tech/project/ocrpy)
3
+
4
+
5
+
6
+
7
8
Unified interface to google vision, aws textract, azure and tesseract OCR tools.
9
10
11
+## Installation
12
+
13
+```python
14
+pip install ocrpy
15
+```
16
17
### Sample Usage
18
19
```python
0 commit comments