tessdata.deu


Nametessdata.deu JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/asottile/tessdata
Summarypackaged deu.traineddata from tessdata
upload_time2023-10-28 17:11:57
maintainer
docs_urlNone
authorAnthony Sottile
requires_python>=3.8
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![build status](https://github.com/asottile/tessdata/actions/workflows/main.yml/badge.svg)](https://github.com/asottile/tessdata/actions/workflows/main.yml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/asottile/tessdata/main.svg)](https://results.pre-commit.ci/latest/github/asottile/tessdata/main)

tessdata
========

`pip` installable versions of [tesseract-ocr data]

[tesseract-ocr data]: https://github.com/tesseract-ocr

## usage

usually you'll want to pick a particular package for installation.

currently the following are provided (send a PR to add more!):

- tessdata.eng
- tessdata.fast-eng
- tessdata.deu
- tessdata.fast-deu

these will install to `{prefix}/share/tessdata` -- you can access this
directory path using the `tessdata` api:

```python
import tessdata

print(tessdata.data_path())  # /path/to/venv/share/tessdata
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/asottile/tessdata",
    "name": "tessdata.deu",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Anthony Sottile",
    "author_email": "asottile@umich.edu",
    "download_url": "https://files.pythonhosted.org/packages/e5/e7/d52b6cb936e1a644245a3cc1ec802a670eb7f40dbaf029e8334493ebde03/tessdata.deu-1.0.0.tar.gz",
    "platform": null,
    "description": "[![build status](https://github.com/asottile/tessdata/actions/workflows/main.yml/badge.svg)](https://github.com/asottile/tessdata/actions/workflows/main.yml)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/asottile/tessdata/main.svg)](https://results.pre-commit.ci/latest/github/asottile/tessdata/main)\n\ntessdata\n========\n\n`pip` installable versions of [tesseract-ocr data]\n\n[tesseract-ocr data]: https://github.com/tesseract-ocr\n\n## usage\n\nusually you'll want to pick a particular package for installation.\n\ncurrently the following are provided (send a PR to add more!):\n\n- tessdata.eng\n- tessdata.fast-eng\n- tessdata.deu\n- tessdata.fast-deu\n\nthese will install to `{prefix}/share/tessdata` -- you can access this\ndirectory path using the `tessdata` api:\n\n```python\nimport tessdata\n\nprint(tessdata.data_path())  # /path/to/venv/share/tessdata\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "packaged deu.traineddata from tessdata",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/asottile/tessdata"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ceecfa3e53743340a58280f6d99466edf9b7ff64a354ec0d922eed76a7103326",
                "md5": "df7158b03a7907e585fb8ac172ab894e",
                "sha256": "76243bec00971a291055bb4fa80a878504839e7ab4276ee13705c1ae9e1bd1de"
            },
            "downloads": -1,
            "filename": "tessdata.deu-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "df7158b03a7907e585fb8ac172ab894e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7098852,
            "upload_time": "2023-10-28T17:11:54",
            "upload_time_iso_8601": "2023-10-28T17:11:54.857933Z",
            "url": "https://files.pythonhosted.org/packages/ce/ec/fa3e53743340a58280f6d99466edf9b7ff64a354ec0d922eed76a7103326/tessdata.deu-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5e7d52b6cb936e1a644245a3cc1ec802a670eb7f40dbaf029e8334493ebde03",
                "md5": "4a857961c70a7d1115b157fa35c0c089",
                "sha256": "9d4b9da589e9e71eff1e07bc6129e89b7346c832160ac5bfc29c7f2cd2163f77"
            },
            "downloads": -1,
            "filename": "tessdata.deu-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4a857961c70a7d1115b157fa35c0c089",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5699,
            "upload_time": "2023-10-28T17:11:57",
            "upload_time_iso_8601": "2023-10-28T17:11:57.738972Z",
            "url": "https://files.pythonhosted.org/packages/e5/e7/d52b6cb936e1a644245a3cc1ec802a670eb7f40dbaf029e8334493ebde03/tessdata.deu-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-28 17:11:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "asottile",
    "github_project": "tessdata",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "tessdata.deu"
}
        
Elapsed time: 0.12593s