{ "info": { "author": "Dubois Romain", "author_email": "dubois.rom@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django :: 2.0", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.5" ], "description": "[![PyPI version](https://badge.fury.io/py/django-tesseractfield.svg)](https://badge.fury.io/py/django-tesseractfield)\n\n# django-tesseractfield\n\nThis module fills the need of having a **tesseractfield** that's usable in both\ndjango models and forms.\n\n![django-tesseractfield](http://www.giphy.com/gifs/8hYe9XW88QuL062sMe)\n\nMakes use of [tesseract](https://opensource.google.com/projects/tesseract).\n\n## Installation\n- Run ``pip install django-tesseractfield``\n- Add ``tesseractfield`` to your ``INSTALLED_APPS``\n- Collect static files with ``./manage.py collectstatic``\n\n## Usage\nTo activate tesseract transcription on your Django site, add this line to your URLconf:\n\n```python\npath('', include('tesseractfield.urls')),\n```\n\nIn your models, you can use it like this:\n\n```python\nfrom django.db import models\nfrom tesseractfield.fields import TesseractField\n\nclass MyModel(model.Model):\n content = TesseractField()\n```\n\nIn your foms, you can use it like this:\n\n```python\nfrom django import forms\nfrom tesseractfield.fields import TesseractWidget\n\nclass MyForm(forms.Form):\n content = forms.Textarea()\n\n class Meta:\n widgets = {\n 'content': TesseractWidget(),\n }\n```\n\n## Maintainers\n- [@duboisR](https://github.com/duboisR)\n\n## Articles\n- [Django Tesseract OCR](https://medium.com/@duboisr/django-et-tesseract-188d389ad4ba)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/duboisR/django-tesseractfield", "keywords": "django,tesseract,field,admin", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-tesseractfield", "package_url": "https://pypi.org/project/django-tesseractfield/", "platform": "", "project_url": "https://pypi.org/project/django-tesseractfield/", "project_urls": { "Homepage": "http://github.com/duboisR/django-tesseractfield" }, "release_url": "https://pypi.org/project/django-tesseractfield/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "A small app providing a tesseract field for django", "version": "0.0.2" }, "last_serial": 5080206, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d3cec7cea2afa6aa4c5ad9e2a725fee8", "sha256": "9beb9137c1aa5c36f75f03953bfaa2d3075aca1d10bfd7e3e1376760262fd65f" }, "downloads": -1, "filename": "django-tesseractfield-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d3cec7cea2afa6aa4c5ad9e2a725fee8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4962, "upload_time": "2019-04-01T21:27:39", "url": "https://files.pythonhosted.org/packages/a2/cc/06342eca705162a5a3689e682b8baed7de9e21c64c3337944675f3e3c293/django-tesseractfield-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "ecc49ba5cdc9c357cdbb9b658b68c2dd", "sha256": "1caf9ad04df806952586874a5e80e40535e52565a9b1aa9f4e089bea209a0f68" }, "downloads": -1, "filename": "django-tesseractfield-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ecc49ba5cdc9c357cdbb9b658b68c2dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4978, "upload_time": "2019-04-02T19:01:46", "url": "https://files.pythonhosted.org/packages/10/dd/a3d6776a4c5dc1b716d0e1863dade1895ffa10f6f68ed6ed67188b7bb581/django-tesseractfield-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ecc49ba5cdc9c357cdbb9b658b68c2dd", "sha256": "1caf9ad04df806952586874a5e80e40535e52565a9b1aa9f4e089bea209a0f68" }, "downloads": -1, "filename": "django-tesseractfield-0.0.2.tar.gz", "has_sig": false, "md5_digest": "ecc49ba5cdc9c357cdbb9b658b68c2dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4978, "upload_time": "2019-04-02T19:01:46", "url": "https://files.pythonhosted.org/packages/10/dd/a3d6776a4c5dc1b716d0e1863dade1895ffa10f6f68ed6ed67188b7bb581/django-tesseractfield-0.0.2.tar.gz" } ] }