{"id":18696318,"url":"https://github.com/dynamsoft/document-normalizer-mobile-samples","last_synced_at":"2025-04-12T07:31:04.958Z","repository":{"id":37304169,"uuid":"486822117","full_name":"Dynamsoft/document-normalizer-mobile-samples","owner":"Dynamsoft","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-07T01:26:32.000Z","size":584,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-08-07T03:37:32.028Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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","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}},"created_at":"2022-04-29T03:15:00.000Z","updated_at":"2024-08-07T01:26:36.000Z","dependencies_parsed_at":"2023-12-15T11:23:36.508Z","dependency_job_id":"1857de20-9ccc-48ae-bd78-06122ba086d8","html_url":"https://github.com/Dynamsoft/document-normalizer-mobile-samples","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fdocument-normalizer-mobile-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fdocument-normalizer-mobile-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fdocument-normalizer-mobile-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dynamsoft%2Fdocument-normalizer-mobile-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dynamsoft","download_url":"https://codeload.github.com/Dynamsoft/document-normalizer-mobile-samples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223502278,"owners_count":17155950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-07T11:18:02.700Z","updated_at":"2024-11-07T11:18:04.698Z","avatar_url":"https://github.com/Dynamsoft.png","language":"Objective-C","readme":"# Dynamsoft Document Normalizer samples for Android and iOS editions\n\n⚠️ **Notice:** This repository has been **archived**. For the latest examples utilizing document normalization features, please visit the **[Dynamsoft Capture Vision Samples](https://github.com/Dynamsoft/capture-vision-mobile-samples)** repository. 🚀\n\nThis repository contains multiple samples that demonstrate how to use the [Dynamsoft Document Normalizer](https://www.dynamsoft.com/document-normalizer/docs/core/introduction) Android and iOS Editions.\n\n- User Guide\n  - [Android](https://www.dynamsoft.com/document-normalizer/docs/mobile/programming/android/user-guide.html)\n  - [iOS](https://www.dynamsoft.com/document-normalizer/docs/mobile/programming/ios/user-guide.html)\n- API Reference\n  - [Android](https://www.dynamsoft.com/document-normalizer/docs/mobile/programming/android/api-reference/)\n  - [iOS](https://www.dynamsoft.com/document-normalizer/docs/mobile/programming/ios/api-reference/)\n\n## Requirements\n\n### Android\n\n- Supported OS: Android 5.0 (API Level 21) or higher.\n- Supported ABI: **armeabi-v7a**, **arm64-v8a**, **x86** and **x86_64**.\n- Development Environment: Android Studio 2022.2.1 or higher.\n\n### iOS\n\n- Supported OS: iOS 11 or higher (iOS 13 and higher recommended).\n- Supported ABI: **arm64** and **x86_64**.\n- Development Environment: Xcode 13.0 and above (Xcode 14.1+ recommended), CocoaPods 1.11.0+\n\n## Samples\n\n| Sample Name | Description | Programming Language(s) |\n| ----------- | ----------- | ----------------------- |\n| `HelloWorld` | This is a sample that illustrates the simplest way to detect quad from video streaming and perform image normalization with Dynamsoft Document Normalizer SDK and Dynamsoft Camera Enhancer SDK. | Java(Android)/Objective-C/Swift |\n\n### How to build (For iOS Editions)\n\n#### Include the Framework via CocoaPods\n\n1. Enter the sample folder, install DBR SDK through `pod` command\n\n    ```bash\n    pod install\n    ```\n\n2. Open the generated file `[SampleName].xcworkspace`\n\n#### Include the Framework Manually\n\n1. Download the Dynamsoft Document Normalizer SDK from \u003ca href=\"https://download2.dynamsoft.com/ddn/dynamsoft-document-normalizer-ios-2.2.1100.zip\" target=\"_blank\"\u003eDynamsoft website\u003c/a\u003e.\n\n2. Drag and drop the `DynamsoftCaptureVisionRouter.xcframework`, `DynamsoftDocumentNormalizer.xcframework`, `DynamsoftCore.xcframework`, `DynamsoftImageProcessing.xcframework`, `DynamsoftLicense.xcframework`, `DynamsoftUtility.xcframework`, and `DynamsoftCameraEnhancer.xcframework` into your Xcode project. Make sure to check `Copy items if needed` and `Create groups` to copy the framework into your projects' folder.\n\n3. Click on the project. Go to the `General --\u003e Frameworks --\u003e Libraries and Embedded Content`. Set the embed type to `Embed \u0026 Sign`.\n\n## License\n\nYou can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=ddn\u0026utm_source=samples\u0026package=mobile) link.\n\n## Contact Us\n\nFor any questions or feedback, you can either [contact us](https://www.dynamsoft.com/company/contact/) or [submit an issue](https://github.com/Dynamsoft/document-normalizer-mobile-samples/issues/new).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamsoft%2Fdocument-normalizer-mobile-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdynamsoft%2Fdocument-normalizer-mobile-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamsoft%2Fdocument-normalizer-mobile-samples/lists"}