Metadata-Version: 2.1
Name: tessdata.fast_eng
Version: 1.0.0
Summary: packaged eng.traineddata from tessdata_fast
Home-page: https://github.com/asottile/tessdata
Author: Anthony Sottile
Author-email: asottile@umich.edu
License: Apache-2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

[![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
```
