tessdata.fast-deu


Nametessdata.fast-deu JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/asottile/tessdata
Summarypackaged deu.traineddata from tessdata_fast
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.fast-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/78/e5/cf47f7c3e224f5195eaf6070c6f952862508a915e7c4a3a9e0dca00ef499/tessdata.fast_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_fast",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/asottile/tessdata"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53c06cd879cb77f0ed897f29e9b190886cffdc6ec90feddadba9bcf69d20d258",
                "md5": "a4f4406b1eeafff93a45d468f2c4ccbe",
                "sha256": "280084fcc403737cb41ac5ca008c82059f3eb611dacbd9679b6bee2f60549202"
            },
            "downloads": -1,
            "filename": "tessdata.fast_deu-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a4f4406b1eeafff93a45d468f2c4ccbe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 857715,
            "upload_time": "2023-10-28T17:11:52",
            "upload_time_iso_8601": "2023-10-28T17:11:52.444736Z",
            "url": "https://files.pythonhosted.org/packages/53/c0/6cd879cb77f0ed897f29e9b190886cffdc6ec90feddadba9bcf69d20d258/tessdata.fast_deu-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78e5cf47f7c3e224f5195eaf6070c6f952862508a915e7c4a3a9e0dca00ef499",
                "md5": "ba787d323c829d649813ee5f2e439bdb",
                "sha256": "8a6c9791fee08e41c5d61c9f6615cce96f8489fb376e475c692e8df10fa38fdd"
            },
            "downloads": -1,
            "filename": "tessdata.fast_deu-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ba787d323c829d649813ee5f2e439bdb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5702,
            "upload_time": "2023-10-28T17:11:57",
            "upload_time_iso_8601": "2023-10-28T17:11:57.090075Z",
            "url": "https://files.pythonhosted.org/packages/78/e5/cf47f7c3e224f5195eaf6070c6f952862508a915e7c4a3a9e0dca00ef499/tessdata.fast_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.fast-deu"
}
        
Elapsed time: 0.12956s