[![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.deu
- tessdata.eng
- tessdata.jpn
- tessdata.fast-deu
- tessdata.fast-eng
- tessdata.fast-jpn
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-jpn",
"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/bb/8e/330d49d7524bb5d8069049a9982c5db4a78f8d54b2324970f552d6b63b64/tessdata.fast_jpn-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.deu\n- tessdata.eng\n- tessdata.jpn\n- tessdata.fast-deu\n- tessdata.fast-eng\n- tessdata.fast-jpn\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 jpn.traineddata from tessdata_fast",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/asottile/tessdata"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7ce596cfe8ec54abd1496d93f1fb64a48473fc523c5210fc1f26347f1028b710",
"md5": "750db098e8caad53ce7341f36ae98473",
"sha256": "cb7137c162f753bab36e2d2af0d3a2c8eec332a8708f86ff2879d8dbdb4ab339"
},
"downloads": -1,
"filename": "tessdata.fast_jpn-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "750db098e8caad53ce7341f36ae98473",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 1538774,
"upload_time": "2023-11-18T18:49:07",
"upload_time_iso_8601": "2023-11-18T18:49:07.569976Z",
"url": "https://files.pythonhosted.org/packages/7c/e5/96cfe8ec54abd1496d93f1fb64a48473fc523c5210fc1f26347f1028b710/tessdata.fast_jpn-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bb8e330d49d7524bb5d8069049a9982c5db4a78f8d54b2324970f552d6b63b64",
"md5": "d5ae4393e6b657523d084ab0efc83381",
"sha256": "fab711dab74242d765dcf19df612cc27788e319c8343f391f42b6a8ace16ec57"
},
"downloads": -1,
"filename": "tessdata.fast_jpn-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "d5ae4393e6b657523d084ab0efc83381",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 5714,
"upload_time": "2023-11-18T18:49:19",
"upload_time_iso_8601": "2023-11-18T18:49:19.325942Z",
"url": "https://files.pythonhosted.org/packages/bb/8e/330d49d7524bb5d8069049a9982c5db4a78f8d54b2324970f552d6b63b64/tessdata.fast_jpn-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-18 18:49:19",
"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-jpn"
}