You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documents recognition as easy as reading two bytes.
8
9
9
10
If you have any problems with or questions about this client, please contact us
10
11
through a [GitHub issue](https://github.com/regulaforensics/DocumentReader-web-python-client/issues).
11
-
You are invited to contribute [new features, fixes, or updates](https://github.com/regulaforensics/DocumentReader-web-python-client/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22), large or small; We are always thrilled to receive pull requests, and do our best to process them as fast as we can.
12
+
You are invited to contribute [new features, fixes, or updates](https://github.com/regulaforensics/DocumentReader-web-python-client/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22), large or small;
13
+
We are always thrilled to receive pull requests, and do our best to process them as fast as we can.
14
+
See [dev guide](./dev.md)
12
15
13
16
## Install package
14
17
`regula.documentreader.webclient` is on the Python Package Index (PyPI):
@@ -35,7 +38,7 @@ with open("australia_passport.jpg", "rb") as f:
35
38
with DocumentReaderApi(host='http://localhost:8080') as api:
0 commit comments