ocr_translate-google


Nameocr_translate-google JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryPlugin to implement google translation for ocr_translate.
upload_time2023-12-17 06:31:49
maintainerNone
docs_urlNone
authorDavide Grassano
requires_python>=3.10
licenseNone
keywords django translation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Plugin for using googletrans with ocr_translate

This is a plugin for the [ocr_translate](https://github.com/Crivella/ocr_translate) server for implementing translations using google_translate

## Usage

- Install this by running `pip install ocr_translate-google`
- Add `ocr_translate_google` to your `INSTALLED_APPS` in `settings.py`
- Run the server with `AUTOCREATE_VALIDATED_MODELS` once:

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ocr_translate-google",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "django,translation",
    "author": "Davide Grassano",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/d8/36/2ce795b39d49b5c6e9ce5108a53af975f10060486230a55aa888c333beec/ocr_translate_google-0.2.1.tar.gz",
    "platform": null,
    "description": "# Plugin for using googletrans with ocr_translate\n\nThis is a plugin for the [ocr_translate](https://github.com/Crivella/ocr_translate) server for implementing translations using google_translate\n\n## Usage\n\n- Install this by running `pip install ocr_translate-google`\n- Add `ocr_translate_google` to your `INSTALLED_APPS` in `settings.py`\n- Run the server with `AUTOCREATE_VALIDATED_MODELS` once:\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Plugin to implement google translation for ocr_translate.",
    "version": "0.2.1",
    "project_urls": {
        "Source": "https://github.com/crivella/ocr_translate-google"
    },
    "split_keywords": [
        "django",
        "translation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "26d3af3333b0e7d9aeafc39d066924d8b140aa800a6da5f964dc165958fc3800",
                "md5": "0f1b245054a0252d5f90cbe77bb564a8",
                "sha256": "9d95abf01a07d28e97473792e81989eaa8439b37fdece2b52c3ee85d143102fa"
            },
            "downloads": -1,
            "filename": "ocr_translate_google-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f1b245054a0252d5f90cbe77bb564a8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 16732,
            "upload_time": "2023-12-17T06:31:48",
            "upload_time_iso_8601": "2023-12-17T06:31:48.045814Z",
            "url": "https://files.pythonhosted.org/packages/26/d3/af3333b0e7d9aeafc39d066924d8b140aa800a6da5f964dc165958fc3800/ocr_translate_google-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d8362ce795b39d49b5c6e9ce5108a53af975f10060486230a55aa888c333beec",
                "md5": "221b994205abaf6ad79af7bb32d31b64",
                "sha256": "2af6b6132aaa886ebff031abb6e764eac526b9cb5a3ad79b7feccafb174671f0"
            },
            "downloads": -1,
            "filename": "ocr_translate_google-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "221b994205abaf6ad79af7bb32d31b64",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 15413,
            "upload_time": "2023-12-17T06:31:49",
            "upload_time_iso_8601": "2023-12-17T06:31:49.755540Z",
            "url": "https://files.pythonhosted.org/packages/d8/36/2ce795b39d49b5c6e9ce5108a53af975f10060486230a55aa888c333beec/ocr_translate_google-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-17 06:31:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "crivella",
    "github_project": "ocr_translate-google",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ocr_translate-google"
}
        
Elapsed time: 0.14914s