tessdata


Nametessdata JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/asottile/tessdata
Summarycontains tessdata osd and tessdata api
upload_time2023-10-20 21:23:06
maintainer
docs_urlNone
authorAnthony Sottile
requires_python>=3.8
licenseMIT
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

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",
    "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/d1/6f/4e0f1abe1598e40f5fe99c71d84869cceecd59807cdcf83865f3e7f19c65/tessdata-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\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": "MIT",
    "summary": "contains tessdata osd and tessdata api",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/asottile/tessdata"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0ab491728fd0db79545a3f7955202b3fa09381c50a20094fb2a0e91b68dac2e",
                "md5": "211bf4b8874b7a51f95d5806001fa1a2",
                "sha256": "801e828d211c71380e26128db8e66fbd649ef0b0cb96f2403fbafe6c8c448ee6"
            },
            "downloads": -1,
            "filename": "tessdata-1.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "211bf4b8874b7a51f95d5806001fa1a2",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 4314921,
            "upload_time": "2023-10-20T21:22:36",
            "upload_time_iso_8601": "2023-10-20T21:22:36.441848Z",
            "url": "https://files.pythonhosted.org/packages/a0/ab/491728fd0db79545a3f7955202b3fa09381c50a20094fb2a0e91b68dac2e/tessdata-1.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d16f4e0f1abe1598e40f5fe99c71d84869cceecd59807cdcf83865f3e7f19c65",
                "md5": "7aad8f990650f81532c7520fbbd9e1b1",
                "sha256": "4e289281e2b01ea7561e53400084210cec17d2a19d2d28a4542977af3e5c6fbe"
            },
            "downloads": -1,
            "filename": "tessdata-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7aad8f990650f81532c7520fbbd9e1b1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6414,
            "upload_time": "2023-10-20T21:23:06",
            "upload_time_iso_8601": "2023-10-20T21:23:06.093502Z",
            "url": "https://files.pythonhosted.org/packages/d1/6f/4e0f1abe1598e40f5fe99c71d84869cceecd59807cdcf83865f3e7f19c65/tessdata-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-20 21:23:06",
    "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"
}
        
Elapsed time: 0.13406s