https://github.com/Calamari-OCR/calamari
Line based ATR Engine based on OCRopy
https://github.com/Calamari-OCR/calamari
Last synced: about 1 month ago
JSON representation
Line based ATR Engine based on OCRopy
- Host: GitHub
- URL: https://github.com/Calamari-OCR/calamari
- Owner: Calamari-OCR
- License: gpl-3.0
- Created: 2018-03-20T15:22:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T23:21:54.000Z (5 months ago)
- Last Synced: 2024-12-21T19:33:12.181Z (4 months ago)
- Language: Python
- Homepage:
- Size: 55.1 MB
- Stars: 1,056
- Watchers: 53
- Forks: 211
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ocr - Calamari - OCR Engine based on OCRopy and Kraken (Software / OCR engines)
- awesome-python-machine-learning-resources - GitHub - 19% open · ⏱️ 10.06.2022): (光学字符识别OCR)
README

[](https://github.com/Calamari-OCR/calamari/actions/workflows/python-test.yml)
[](https://codecov.io/github/bertsky/calamari)
[](https://github.com/Calamari-OCR/calamari/actions/workflows/black.yml)
[](https://github.com/Calamari-OCR/calamari/actions/workflows/python-publish.yml)
[](https://pypi.org/project/calamari_ocr/)OCR Engine based on OCRopy and Kraken using Python 3.
It is designed to both be easy to use from the command line but also be modular to be integrated and customized from other python scripts.

## Documentation
The documentation of Calamari is hosted [here](https://calamari-ocr.readthedocs.io).
## Pretrained model repository
Pretrained models are available at [calamari_models](https://github.com/Calamari-OCR/calamari_models)
and [calamari_models_experimental](https://github.com/Calamari-OCR/calamari_models_experimental).Current releases (with individual model tarballs) can be accessed
[here](https://github.com/Calamari-OCR/calamari_models/releases/tag/2.1) and
[here](https://github.com/Calamari-OCR/calamari_models_experimental/releases/tag/v0.0.3).## Installing
Calamari is available on [pypi](https://pypi.org/project/calamari-ocr):
```shell
pip install calamari-ocr
```Read the [docs](https://calamari-ocr.readthedocs.io) for further instructions.
## Command-Line Interface
See the [docs](https://calamari-ocr.readthedocs.io) to learn how to use Calamari from the command line.
## Calamari API
See the [docs](https://calamari-ocr.readthedocs.io) to learn how to adapt Calamari for your needs.
## Citing Calamari
If you use Calamari in your Research-Project, please cite:
> Wick, C., Reul, C., Puppe, F.: *Calamari - A High-Performance Tensorflow-based Deep Learning Package for Optical Character Recognition.* Digital Humanities Quarterly **14**(1) (2020)
```
@article{wick_calamari_2020,
title = {Calamari - {A} {High}-{Performance} {Tensorflow}-based {Deep} {Learning} {Package} for {Optical} {Character} {Recognition}},
volume = {14},
number = {1},
journal = {Digital Humanities Quarterly},
author = {Wick, Christoph and Reul, Christian and Puppe, Frank},
year = {2020},
}
```