[![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.fast-eng",
"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/67/e5/c18f71b89882b1a1aed5efadba172e0f50aafb7be40680bc7e3ce3c9f0f1/tessdata.fast_eng-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": "Apache-2.0",
"summary": "packaged eng.traineddata from tessdata_fast",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/asottile/tessdata"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8ecc26a6a284a2a5ed2b811468a367a5343e2567a39d548457abc600bedaf74e",
"md5": "9f9aa3cda6743f2717972620a8c3b6d3",
"sha256": "bb578da6398f3abcef6a40079a0d29976fef003c53fd3de4436765ef1e421d60"
},
"downloads": -1,
"filename": "tessdata.fast_eng-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9f9aa3cda6743f2717972620a8c3b6d3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 1983292,
"upload_time": "2023-10-20T21:23:03",
"upload_time_iso_8601": "2023-10-20T21:23:03.749812Z",
"url": "https://files.pythonhosted.org/packages/8e/cc/26a6a284a2a5ed2b811468a367a5343e2567a39d548457abc600bedaf74e/tessdata.fast_eng-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "67e5c18f71b89882b1a1aed5efadba172e0f50aafb7be40680bc7e3ce3c9f0f1",
"md5": "b2fccdc5fa071cc381280d16e80ed207",
"sha256": "d792e14a1906e52e46f4549f023835336d99cec39d8bc1206201bde8ce4fb22f"
},
"downloads": -1,
"filename": "tessdata.fast_eng-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "b2fccdc5fa071cc381280d16e80ed207",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 5686,
"upload_time": "2023-10-20T21:23:08",
"upload_time_iso_8601": "2023-10-20T21:23:08.282103Z",
"url": "https://files.pythonhosted.org/packages/67/e5/c18f71b89882b1a1aed5efadba172e0f50aafb7be40680bc7e3ce3c9f0f1/tessdata.fast_eng-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-20 21:23:08",
"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-eng"
}