# tesstrain.py
Utilities for working with Tesseract >= 4 using artificial training data.
## About
This repository contains a standalone fork of the official/upstream code at https://github.com/tesseract-ocr/tesstrain/tree/main/src to allow easier packaging for PyPI.
## Installation
This package requires the Tesseract training tools to be available on your system. Additionally, a supported Python version (at least 3.6) is required for running.
You can install this package from PyPI:
```bash
python -m pip install tesstrain
```
Alternatively, you may use `pip install .` to install the package from a source checkout.
## Running
* Use the terminal interface to directly interact with the tools: `python -m tesstrain --help`.
* Call it from your own code using the high-level interface `tesstrain.run()`.
## License
This package is subject to the terms of the Apache-2.0 license.
Raw data
{
"_id": null,
"home_page": "https://github.com/stefan6419846/tesstrain_package",
"name": "tesstrain",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4",
"maintainer_email": "",
"keywords": "Tesseract,tesseract-ocr,OCR,optical character recognition",
"author": "Tesseract contributors",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/89/f5/d4e4b8a1dd1a90c7e697f4f2a652a8e125f153f653d07ce31a082aac7d3d/tesstrain-0.1.4.tar.gz",
"platform": null,
"description": "# tesstrain.py\n\nUtilities for working with Tesseract >= 4 using artificial training data.\n\n## About\n\nThis repository contains a standalone fork of the official/upstream code at https://github.com/tesseract-ocr/tesstrain/tree/main/src to allow easier packaging for PyPI.\n\n## Installation\n\nThis package requires the Tesseract training tools to be available on your system. Additionally, a supported Python version (at least 3.6) is required for running.\n\nYou can install this package from PyPI:\n\n```bash\npython -m pip install tesstrain\n```\n\nAlternatively, you may use `pip install .` to install the package from a source checkout.\n\n## Running\n\n* Use the terminal interface to directly interact with the tools: `python -m tesstrain --help`.\n* Call it from your own code using the high-level interface `tesstrain.run()`.\n\n## License\n\nThis package is subject to the terms of the Apache-2.0 license.\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "Training utils for Tesseract",
"version": "0.1.4",
"project_urls": {
"Homepage": "https://github.com/stefan6419846/tesstrain_package"
},
"split_keywords": [
"tesseract",
"tesseract-ocr",
"ocr",
"optical character recognition"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "aa9a659f57d85596f2a3d5ef31178ea9e8ba36339e98fb28e68087cca91aa807",
"md5": "b5ef33551a3edb83ebb86961cfb5371a",
"sha256": "95ec2875e0bb5c1f98f86518d2594d7b1c38940b68b07257ba41c33e40c8d8b2"
},
"downloads": -1,
"filename": "tesstrain-0.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b5ef33551a3edb83ebb86961cfb5371a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4",
"size": 25136,
"upload_time": "2024-02-22T15:15:35",
"upload_time_iso_8601": "2024-02-22T15:15:35.920165Z",
"url": "https://files.pythonhosted.org/packages/aa/9a/659f57d85596f2a3d5ef31178ea9e8ba36339e98fb28e68087cca91aa807/tesstrain-0.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "89f5d4e4b8a1dd1a90c7e697f4f2a652a8e125f153f653d07ce31a082aac7d3d",
"md5": "de6cfbf27e26090a7ee5609524db4939",
"sha256": "ba856140a4f3d8c512155dee6d7878e1f7de18cf90201b2a0d52dc931c6a5912"
},
"downloads": -1,
"filename": "tesstrain-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "de6cfbf27e26090a7ee5609524db4939",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4",
"size": 22985,
"upload_time": "2024-02-22T15:15:40",
"upload_time_iso_8601": "2024-02-22T15:15:40.422670Z",
"url": "https://files.pythonhosted.org/packages/89/f5/d4e4b8a1dd1a90c7e697f4f2a652a8e125f153f653d07ce31a082aac7d3d/tesstrain-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-22 15:15:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "stefan6419846",
"github_project": "tesstrain_package",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "tesstrain"
}