{"id":18696291,"url":"https://github.com/dynamsoft/capture-vision-python-samples","last_synced_at":"2026-01-25T02:32:52.169Z","repository":{"id":257820346,"uuid":"870568003","full_name":"Dynamsoft/capture-vision-python-samples","owner":"Dynamsoft","description":"Samples for Dynamsoft Capture Vision Python Edition","archived":false,"fork":false,"pushed_at":"2025-12-16T08:48:43.000Z","size":1734,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-12-19T21:43:13.516Z","etag":null,"topics":["barcode-reader","barcode-scanner","document-scanner","driver-license","idcard","mrz","passport","vin","visa"],"latest_commit_sha":null,"homepage":"https://www.dynamsoft.com/capture-vision/docs/server/programming/python/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dynamsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-10T09:22:54.000Z","updated_at":"2025-12-16T08:48:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c7a9237-413c-4117-8fbe-b5b2682b03f9","html_url":"https://github.com/Dynamsoft/capture-vision-python-samples","commit_stats":null,"previous_names":["dynamsoft/capture-vision-python-samples"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Dynamsoft/capture-vision-python-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fcapture-vision-python-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fcapture-vision-python-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fcapture-vision-python-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fcapture-vision-python-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dynamsoft","download_url":"https://codeload.github.com/Dynamsoft/capture-vision-python-samples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fcapture-vision-python-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28742511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T01:40:51.112Z","status":"online","status_checked_at":"2026-01-25T02:00:06.841Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["barcode-reader","barcode-scanner","document-scanner","driver-license","idcard","mrz","passport","vin","visa"],"created_at":"2024-11-07T11:17:57.239Z","updated_at":"2026-01-25T02:32:52.164Z","avatar_url":"https://github.com/Dynamsoft.png","language":null,"readme":"# Dynamsoft Capture Vision Samples for Python edition\n\n[![Current version number](https://img.shields.io/pypi/v/dynamsoft_capture_vision_bundle?color=orange)](https://pypi.org/project/dynamsoft_capture_vision_bundle/)\n[![Supported Python versions](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue)](https://www.python.org/downloads/)\n[![PyPI downloads](https://img.shields.io/pypi/dm/dynamsoft_capture_vision_bundle)](https://pypistats.org/packages/dynamsoft_capture_vision_bundle)\n\n![Dynamsoft](https://dynamsoft.github.io/styleguide/assets/images/icons/dynamsoft_logos/dynamsoft_logo_original.png \"Dynamsoft\")  \n\n## Overview\n\nThis repository contains multiple samples that demonstrate how to use the [Dynamsoft Capture Vision](https://www.dynamsoft.com/capture-vision/docs/core/introduction/?lang=python) Python Edition.\n\n## Requirements\n\n### Supported Platforms\n- Windows x64\n- Linux (x64, ARM64)\n- macOS (10.15+)\n\n### Supported Python Versions\n\n- Python 3.13\n- Python 3.12\n- Python 3.11\n- Python 3.10\n- Python 3.9\n- Python 3.8\n\n## Installation\n\n```\npip install dynamsoft-capture-vision-bundle\n```\n\nor \n\n```\npip3 install dynamsoft-capture-vision-bundle\n```\n\n## Samples\n\n| Sample Name | Description |\n| ----------- | ----------- |\n|[`MRZScanner`](Samples/mrz_scanner.py)          | Capture and extract user's information from machine-readable travel documents with Dynamsoft Capture Vision SDK.            |\n|[`DriverLicenseScanner`](Samples/driver_license_scanner.py)          | Capture and extract user's information from driver license/ID with Dynamsoft Capture Vision SDK.            |\n|[`VINScanner`](Samples/vin_scanner.py)          | Capture and extract vehicle's information from Vehicle Identification Number (VIN) with Dynamsoft Capture Vision SDK.            |\n|[`DocumentScanner`](Samples/document_scanner.py)          | The simplest way to detect and normalize a document from an image and save the result as a new image.            |\n|[`GS1AIScanner`](Samples/gs1_ai_scanner.py) | Shows how to extract and interpret GS1 Application Identifiers (AIs) from GS1 barcodes. |\n\n## Documentation\n\nhttps://www.dynamsoft.com/capture-vision/docs/server/programming/python/?ver=latest\u0026utm_source=samples\n\n## License\n\nThe library requires a license to work, you use the API `LicenseManager.init_license` to initialize license key and activate the SDK.\n\nThese samples use a free public trial license which require network connection to function. You can request a 30-day free trial license via the \u003ca href=\"https://www.dynamsoft.com/customer/license/trialLicense?product=dcv\u0026utm_source=github\u0026package=python\" target=\"_blank\"\u003eRequest a Trial License\u003c/a\u003e link which works offline.\n\n## Contact Us\n\nhttps://www.dynamsoft.com/company/contact/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamsoft%2Fcapture-vision-python-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdynamsoft%2Fcapture-vision-python-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamsoft%2Fcapture-vision-python-samples/lists"}