Metadata-Version: 2.1
Name: verifai-sdk
Version: 2.1.0
Summary: Python SDK for Verifai
Home-page: https://github.com/verifai-id-verification/verifai-sdk-python
Author: Verifai
Author-email: support@verifai.com
License: Apache Software License
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: requests (>=2.0.0)
Requires-Dist: Pillow (>=3.0.0)

Verifai SDK for Python
======================

The official Verifai SDK for Python.

Quick introduction
------------------

Verifai is a AI solution that can detect ID documents in images. See
http://www.verifai.com/ for more info.

Companies use it to comply with the GDPR legislation that states you
should not store data about your users and customers that you do not
need for your business. By masking unneeded data you can comply to that.

Features of this SDK
--------------------

- Detect ID documents in JPEG images (in a privacy guaranteed way)
- Give you information about the detected document
- - Position in the image
- - Type of document
- - The zones on the document
- Get a cropped out image from the provided image
- Get crops from all individual zones
- Apply masks to the ID document image

Setup
-----

You can install this package by using the pip tool and installing:

    $ pip install verifai_sdk

Using the Verifai SDK for Python
--------------------------------

Documentation for the Verifai SDK for Python can be found here: https://docs.verifai.com/

Registering for a API token can be done here: https://dashboard.verifai.com/


