5
5
[ ![ documentation] ( https://img.shields.io/badge/docs-en-f6858d?style=flat-square )] ( https://support.regulaforensics.com/hc/en-us/articles/115000916306-Documentation )
6
6
[ ![ live] ( https://img.shields.io/badge/live-demo-0a8c42?style=flat-square )] ( https://api.regulaforensics.com/ )
7
7
8
+ ## ⚠️ Warning: Package Name Changed
9
+
10
+ Package name has been changed from ` regula.documentreader.webclient ` to ` regula_documentreader_webclient `
11
+
8
12
Documents recognition as easy as reading two bytes.
9
13
10
14
If you have any problems with or questions about this client, please contact us
@@ -14,21 +18,21 @@ We are always thrilled to receive pull requests, and do our best to process them
14
18
See [ dev guide] ( ./dev.md )
15
19
16
20
## Install package
17
- ` regula.documentreader.webclient ` is on the Python Package Index (PyPI):
21
+ ` regula_documentreader_webclient ` is on the Python Package Index (PyPI):
18
22
19
23
``` bash
20
- pip install regula.documentreader.webclient
24
+ pip install regula_documentreader_webclient
21
25
```
22
26
23
27
Or using ` pipenv `
24
28
``` bash
25
- pipenv install regula.documentreader.webclient
29
+ pipenv install regula_documentreader_webclient
26
30
```
27
31
28
32
## Example
29
33
Performing request:
30
34
``` python
31
- from regula.documentreader.webclient import *
35
+ from regula_documentreader_webclient import *
32
36
33
37
with open (" australia_passport.jpg" , " rb" ) as f:
34
38
input_image = f.read()
0 commit comments