Metadata-Version: 2.1
Name: congruous
Version: 0.1.2
Summary: A python command-line tool to compare and generate accuracy reports for custom built OCR models.
Home-page: UNKNOWN
Author: Mahesh Kumaran T
Author-email: maheshtkumaran@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: Click
Requires-Dist: matplotlib
Requires-Dist: fuzzywuzzy[speedup]
Requires-Dist: tabulate
Requires-Dist: reportlab
Requires-Dist: pytz

# Congruous

 A python CLI that generates performance and accuracy reports of your OCR recognized data with the human-curated correct data 

#### Installation 

 Works on python-3 environment and requires pip3 to install . In order to avoid environment conflicts setting up  [virtualenv](https://virtualenv.pypa.io/en/latest/) is advisable.

```
 $ pip install congruous
```



