Metadata-Version: 2.1
Name: pycognaize
Version: 0.3.65
Home-page: https://github.com/cognaize/pycognaize
Author: cognaize
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: pymongo
Requires-Dist: requests
Requires-Dist: cloudstorageio
Requires-Dist: simplejson
Requires-Dist: pillow
Requires-Dist: pymupdf (==1.19.4)
Requires-Dist: dataclasses ; python_version <= "3.6"

<h1 align="center">
<img src="https://github.com/cognaize/pycognaize/blob/master/media/logo/logo.svg?raw=true" width="300">
</h1><br>

![Package Version](https://github.com/cognaize/pycognaize/blob/master/media/badges/package_version.svg?raw=true)
![Supported Python Versions](https://github.com/cognaize/pycognaize/blob/master/media/badges/python_versions.svg?raw=true)
![Stability Status](https://github.com/cognaize/pycognaize/blob/master/media/badges/stability_status.svg?raw=true)
![Coverage Percentage](https://github.com/cognaize/pycognaize/blob/master/media/badges/coverage_percentage.svg?raw=true)

# cognaize SDK
Welcome to cognaize SDK. cognaize SDK provides tools and
functionalities for creating, evaluating and deploying models into cognaize platform.

- **[Website](https://www.cognaize.com)**
- **[Documentation](http://pycognaize-docs.com.s3-website.us-east-2.amazonaws.com)**

**cognaize SDK** provides:

- Working with **cognaize snapshots**
- Working with **OCR data**
- Working with **PDF files**
- Working with **images**

## Installation

cognaize SDK can be installed using pip:

```
pip install pycognaize
```

Have a look at the [quick tutorial](http://pycognaize-docs.com.s3-website.us-east-2.amazonaws.com/tutorials/quick_tutorial.html) 
for understanding main concepts of the SDK.
