RUpassport


NameRUpassport JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/Filin153/RUpassport
SummaryRecognizes data from Russian passports and returns them
upload_time2023-11-08 19:35:58
maintainer
docs_urlNone
author@GusGus153
requires_python>=3.6
license
keywords ru rus ru rus passport rupassport recognition
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RUpassport #

## What is this? ##
Library to recognizes data from Russian passports and returns them

## Quick Guide ##
    pip install RUpassport
####
    from RUpassport import Pasport
    
    p = Pasport()
    pasport_info = p.recognize_pasport("img.png", "file", "123")
    print(pasport_info)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Filin153/RUpassport",
    "name": "RUpassport",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "ru rus RU RUS passport RUpassport recognition",
    "author": "@GusGus153",
    "author_email": "dimons2006@yandex.ru",
    "download_url": "https://files.pythonhosted.org/packages/c5/ca/061e9afbfd74e7ee0cdb81365ce39a28ebd1ec9daef2eeec7669e8a097f3/RUpassport-0.1.5.tar.gz",
    "platform": null,
    "description": "# RUpassport #\r\n\r\n## What is this? ##\r\nLibrary to recognizes data from Russian passports and returns them\r\n\r\n## Quick Guide ##\r\n    pip install RUpassport\r\n####\r\n    from RUpassport import Pasport\r\n    \r\n    p = Pasport()\r\n    pasport_info = p.recognize_pasport(\"img.png\", \"file\", \"123\")\r\n    print(pasport_info)\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Recognizes data from Russian passports and returns them",
    "version": "0.1.5",
    "project_urls": {
        "GitHub": "https://github.com/Filin153/RUpassport",
        "Homepage": "https://github.com/Filin153/RUpassport"
    },
    "split_keywords": [
        "ru",
        "rus",
        "ru",
        "rus",
        "passport",
        "rupassport",
        "recognition"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5bde0dc886d817e9426cf9cf347f2e12d2692c4723315de4c02303bef150deee",
                "md5": "e78db5184aa7aa721451937e81b206fb",
                "sha256": "a9f25ac7b80a76bbd96b75e87ab8fb2dc69e1e35bf2e70d593fb8264c2d5d1f0"
            },
            "downloads": -1,
            "filename": "RUpassport-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e78db5184aa7aa721451937e81b206fb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 20791015,
            "upload_time": "2023-11-08T19:35:45",
            "upload_time_iso_8601": "2023-11-08T19:35:45.190592Z",
            "url": "https://files.pythonhosted.org/packages/5b/de/0dc886d817e9426cf9cf347f2e12d2692c4723315de4c02303bef150deee/RUpassport-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5ca061e9afbfd74e7ee0cdb81365ce39a28ebd1ec9daef2eeec7669e8a097f3",
                "md5": "bc3f57b7c8fea098330f2422ea181ccc",
                "sha256": "b6a4da09841e2a1375bcb4ce9862ae53aadde3eb0670acb52637fecc897d4819"
            },
            "downloads": -1,
            "filename": "RUpassport-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "bc3f57b7c8fea098330f2422ea181ccc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 20791444,
            "upload_time": "2023-11-08T19:35:58",
            "upload_time_iso_8601": "2023-11-08T19:35:58.847718Z",
            "url": "https://files.pythonhosted.org/packages/c5/ca/061e9afbfd74e7ee0cdb81365ce39a28ebd1ec9daef2eeec7669e8a097f3/RUpassport-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-08 19:35:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Filin153",
    "github_project": "RUpassport",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "rupassport"
}
        
Elapsed time: 0.16342s