tessy
=====
__tessy__ is a Python wrapper for [Google's Tesseract-OCR](https://github.com/tesseract-ocr/tesseract),
an optical character recognition engine used to *detect and extract* text data from various image file formats.
## Features
- No initial dependencies beside [Tesseract](https://github.com/tesseract-ocr/tesseract).
- Supports input image in `PNG`, `JPG`, `JPEG`, `GIF`, `TIF` and `BMP` format.
- Supports multiple input images via text file *(.txt)*.
- Supports image objects from:
* [Pillow](https://github.com/python-pillow/Pillow) *(Image)*
* [wxPython](https://github.com/wxWidgets/wxPython) *(wx.Image)*
* [PyQt4](https://www.riverbankcomputing.com/software/pyqt/download)/
[PyQt5](https://www.riverbankcomputing.com/software/pyqt/download5)/
[PySide](https://github.com/pyside/pyside-setup) *(QImage)*
* [OpenCV](https://github.com/skvark/opencv-python) *(ndarray)*
- Dynamically detect and import the corresponding image module on runtime.
- Supports `txt`, `box`, `pdf`, `hocr`, `tsv` and `osd` as output file format.
- Supports multiple output format.
- Can convert any raw output data to `string`, `bytes` or `dict` *(except pdf)*.
- Works on macOS, Linux and Windows.
- Well [documented](https://github.com/K4rian/tessy#api).
Raw data
{
"_id": null,
"home_page": "https://github.com/k4rian/tessy",
"name": "tessy",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "python tesseract ocr",
"author": "K4rian",
"author_email": "contact@k4rian.com",
"download_url": "https://files.pythonhosted.org/packages/34/30/4cab2f54015f8f80558d9eb3b37275fb76d7bbd095fe98aec4d752381828/tessy-0.5.2.tar.gz",
"platform": null,
"description": "tessy\r\n=====\r\n\r\n__tessy__ is a Python wrapper for [Google's Tesseract-OCR](https://github.com/tesseract-ocr/tesseract), \r\nan optical character recognition engine used to *detect and extract* text data from various image file formats.\r\n\r\n## Features\r\n- No initial dependencies beside [Tesseract](https://github.com/tesseract-ocr/tesseract).\r\n- Supports input image in `PNG`, `JPG`, `JPEG`, `GIF`, `TIF` and `BMP` format.\r\n- Supports multiple input images via text file *(.txt)*.\r\n- Supports image objects from: \r\n * [Pillow](https://github.com/python-pillow/Pillow) *(Image)*\r\n * [wxPython](https://github.com/wxWidgets/wxPython) *(wx.Image)*\r\n * [PyQt4](https://www.riverbankcomputing.com/software/pyqt/download)/\r\n [PyQt5](https://www.riverbankcomputing.com/software/pyqt/download5)/\r\n [PySide](https://github.com/pyside/pyside-setup) *(QImage)*\r\n * [OpenCV](https://github.com/skvark/opencv-python) *(ndarray)*\r\n- Dynamically detect and import the corresponding image module on runtime.\r\n- Supports `txt`, `box`, `pdf`, `hocr`, `tsv` and `osd` as output file format.\r\n- Supports multiple output format.\r\n- Can convert any raw output data to `string`, `bytes` or `dict` *(except pdf)*.\r\n- Works on macOS, Linux and Windows.\r\n- Well [documented](https://github.com/K4rian/tessy#api).\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Python wrapper for Tesseract-OCR.",
"version": "0.5.2",
"project_urls": {
"Homepage": "https://github.com/k4rian/tessy"
},
"split_keywords": [
"python",
"tesseract",
"ocr"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ebb7291fb51e11b522c6c629e39459826163913b7ef19b8bb7c1311e36fad06f",
"md5": "7c65ae7492dabe2f2c9d150ca32e2384",
"sha256": "7baf2bec405f6024ecfefe50198aa90e343a50b45884b94837e9efed194ba2c3"
},
"downloads": -1,
"filename": "tessy-0.5.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7c65ae7492dabe2f2c9d150ca32e2384",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 15702,
"upload_time": "2024-03-20T20:46:37",
"upload_time_iso_8601": "2024-03-20T20:46:37.715076Z",
"url": "https://files.pythonhosted.org/packages/eb/b7/291fb51e11b522c6c629e39459826163913b7ef19b8bb7c1311e36fad06f/tessy-0.5.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "34304cab2f54015f8f80558d9eb3b37275fb76d7bbd095fe98aec4d752381828",
"md5": "ee477fb68f6c1afa25f5a82eb630d2b1",
"sha256": "4ea8955e7abb9073a0935bb7c1940f1b6431f50a415a9f90f41252d8de8e7a48"
},
"downloads": -1,
"filename": "tessy-0.5.2.tar.gz",
"has_sig": false,
"md5_digest": "ee477fb68f6c1afa25f5a82eb630d2b1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 15690,
"upload_time": "2024-03-20T20:46:39",
"upload_time_iso_8601": "2024-03-20T20:46:39.455537Z",
"url": "https://files.pythonhosted.org/packages/34/30/4cab2f54015f8f80558d9eb3b37275fb76d7bbd095fe98aec4d752381828/tessy-0.5.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-20 20:46:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "k4rian",
"github_project": "tessy",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "tessy"
}