calamari-ocr


Namecalamari-ocr JSON
Version 2.3.1 PyPI version JSON
download
home_pageNone
SummaryLine based ATR Engine based on OCRopy
upload_time2024-11-12 23:23:09
maintainerNone
docs_urlNone
authorChristoph Wick
requires_python>=3.7
licenseGPL version 3
keywords ocr htr optical character recognition
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
![logo](resources/logo/calamari_200.png)

[![Python Test](https://github.com/Calamari-OCR/calamari/actions/workflows/python-test.yml/badge.svg)](https://github.com/Calamari-OCR/calamari/actions/workflows/python-test.yml)
[![codecov](https://codecov.io/github/bertsky/calamari/graph/badge.svg?token=JKGPINQTKO)](https://codecov.io/github/bertsky/calamari)
[![Lint](https://github.com/Calamari-OCR/calamari/actions/workflows/black.yml/badge.svg)](https://github.com/Calamari-OCR/calamari/actions/workflows/black.yml)
[![Upload Python Package](https://github.com/Calamari-OCR/calamari/actions/workflows/python-publish.yml/badge.svg)](https://github.com/Calamari-OCR/calamari/actions/workflows/python-publish.yml)
[![image](https://img.shields.io/pypi/v/calamari_ocr.svg)](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.

![preview](resources/preview.png)

## 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},
}
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "calamari-ocr",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "OCR, HTR, optical character recognition",
    "author": "Christoph Wick",
    "author_email": "christoph.wick@informatik.uni-wuerzburg.de",
    "download_url": "https://files.pythonhosted.org/packages/eb/77/bc1a19c306f3c09e86c23bb89a9cc8b5345affb35f309a2a792ebd73e3d0/calamari_ocr-2.3.1.tar.gz",
    "platform": null,
    "description": "\n![logo](resources/logo/calamari_200.png)\n\n[![Python Test](https://github.com/Calamari-OCR/calamari/actions/workflows/python-test.yml/badge.svg)](https://github.com/Calamari-OCR/calamari/actions/workflows/python-test.yml)\n[![codecov](https://codecov.io/github/bertsky/calamari/graph/badge.svg?token=JKGPINQTKO)](https://codecov.io/github/bertsky/calamari)\n[![Lint](https://github.com/Calamari-OCR/calamari/actions/workflows/black.yml/badge.svg)](https://github.com/Calamari-OCR/calamari/actions/workflows/black.yml)\n[![Upload Python Package](https://github.com/Calamari-OCR/calamari/actions/workflows/python-publish.yml/badge.svg)](https://github.com/Calamari-OCR/calamari/actions/workflows/python-publish.yml)\n[![image](https://img.shields.io/pypi/v/calamari_ocr.svg)](https://pypi.org/project/calamari_ocr/)\n\n\nOCR Engine based on OCRopy and Kraken using Python 3.\n\nIt 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.\n\n![preview](resources/preview.png)\n\n## Documentation\n\nThe documentation of Calamari is hosted [here](https://calamari-ocr.readthedocs.io).\n\n##  Pretrained model repository\n\nPretrained models are available at [calamari_models](https://github.com/Calamari-OCR/calamari_models)\nand [calamari_models_experimental](https://github.com/Calamari-OCR/calamari_models_experimental).\n\nCurrent releases (with individual model tarballs) can be accessed\n[here](https://github.com/Calamari-OCR/calamari_models/releases/tag/2.1) and\n[here](https://github.com/Calamari-OCR/calamari_models_experimental/releases/tag/v0.0.3).\n\n## Installing\n\nCalamari is available on [pypi](https://pypi.org/project/calamari-ocr):\n\n```shell\npip install calamari-ocr\n```\n\nRead the [docs](https://calamari-ocr.readthedocs.io) for further instructions.\n\n## Command-Line Interface\n\nSee the [docs](https://calamari-ocr.readthedocs.io) to learn how to use Calamari from the command line.\n\n## Calamari API\n\nSee the [docs](https://calamari-ocr.readthedocs.io) to learn how to adapt Calamari for your needs.\n\n## Citing Calamari\n\nIf you use Calamari in your Research-Project, please cite:\n\n> 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)\n\n```\n@article{wick_calamari_2020,\n    title = {Calamari - {A} {High}-{Performance} {Tensorflow}-based {Deep} {Learning} {Package} for {Optical} {Character} {Recognition}},\n    volume = {14},\n    number = {1},\n    journal = {Digital Humanities Quarterly},\n    author = {Wick, Christoph and Reul, Christian and Puppe, Frank},\n    year = {2020},\n}\n```\n",
    "bugtrack_url": null,
    "license": "GPL version 3",
    "summary": "Line based ATR Engine based on OCRopy",
    "version": "2.3.1",
    "project_urls": {
        "homepage": "https://github.com/Calamari-OCR/calamari"
    },
    "split_keywords": [
        "ocr",
        " htr",
        " optical character recognition"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "480663b888ed6ff2ba4db2409a52c5920656d4a53e056bcdd9e498ec13eff3de",
                "md5": "f2744c3c1ab3ecfae91239a676382569",
                "sha256": "f742740424cdfde6abb5bfc7084a690ea9bdbe04e2f648ba82390b519218b605"
            },
            "downloads": -1,
            "filename": "calamari_ocr-2.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f2744c3c1ab3ecfae91239a676382569",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 182925,
            "upload_time": "2024-11-12T23:23:07",
            "upload_time_iso_8601": "2024-11-12T23:23:07.263609Z",
            "url": "https://files.pythonhosted.org/packages/48/06/63b888ed6ff2ba4db2409a52c5920656d4a53e056bcdd9e498ec13eff3de/calamari_ocr-2.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb77bc1a19c306f3c09e86c23bb89a9cc8b5345affb35f309a2a792ebd73e3d0",
                "md5": "33d51d1cc1119e7ba32edaafdb736c74",
                "sha256": "7b24c92cfdd68ec822ee22b363562691deb98302dfaa765123a4efa129d142aa"
            },
            "downloads": -1,
            "filename": "calamari_ocr-2.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "33d51d1cc1119e7ba32edaafdb736c74",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1337315,
            "upload_time": "2024-11-12T23:23:09",
            "upload_time_iso_8601": "2024-11-12T23:23:09.429218Z",
            "url": "https://files.pythonhosted.org/packages/eb/77/bc1a19c306f3c09e86c23bb89a9cc8b5345affb35f309a2a792ebd73e3d0/calamari_ocr-2.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-12 23:23:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Calamari-OCR",
    "github_project": "calamari",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "calamari-ocr"
}
        
Elapsed time: 1.39215s