https://github.com/sadiqush/percato
OCR for Farsi letters using Detectron2
https://github.com/sadiqush/percato
Last synced: 10 months ago
JSON representation
OCR for Farsi letters using Detectron2
- Host: GitHub
- URL: https://github.com/sadiqush/percato
- Owner: Sadiqush
- License: gpl-3.0
- Created: 2021-02-08T09:14:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-10T09:27:55.000Z (almost 5 years ago)
- Last Synced: 2025-01-18T00:49:09.552Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.12 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Persian OCR
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.
[PerCato](https://github.com/sadiqush/rvsearch) is licensed under the GLPv3 License as stated in the [LICENSE](LICENSE) file.