Metadata-Version: 2.1
Name: percato
Version: 0.1.0
Summary: Farsi data generator and an OCR tool for Farsi using Detectron2
Home-page: http://pypi.org/project/percato
Author: Sadiq SheshKhan
Author-email: sadiqush@gmail.com
License: GPLv3
Keywords: percato,ocr,farsi,persian,dataset
Platform: UNKNOWN
Requires-Python: >= 3
Description-Content-Type: text/markdown
Requires-Dist: pillow
Requires-Dist: opencv-python
Requires-Dist: imagecorruptions
Requires-Dist: imgaug

# reverse video search

PerCato (Short for Persian Character OCR) is a python library for detecting Persian/Farsi letters in an image or pdf file.
 PerCato is both a image-from-text generation program for other OCR projects and also a deep learning model made using Detectron2.

Requirements
------------
- Python 3 or greater
- Detectron2
- CUDA

Installation:
------------
```
pip install percato
```


Usage:
------
You can work directly with PerCato's command line interface:
```
percato image.png
```

Input:
-----

Output:
------

Advance Usage:
-------------

## License

Copyright (c) 2021 by [sadiqush](https://github.com/sadiqush). All rights reserved.<br>
[PerCato](https://github.com/sadiqush/rvsearch) is licensed under the GLPv3 License as stated in the [LICENSE](LICENSE) file.


