{"id":22400074,"url":"https://github.com/regulaforensics/document-web-components-samples","last_synced_at":"2026-02-19T10:13:03.975Z","repository":{"id":38843302,"uuid":"416338074","full_name":"regulaforensics/document-web-components-samples","owner":"regulaforensics","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-15T11:24:03.000Z","size":910,"stargazers_count":4,"open_issues_count":3,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-18T12:21:47.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/regulaforensics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-10-12T12:57:48.000Z","updated_at":"2025-12-15T11:24:04.000Z","dependencies_parsed_at":"2024-02-20T11:31:33.896Z","dependency_job_id":"7e1639a6-8874-4acc-9243-532b2c79d47d","html_url":"https://github.com/regulaforensics/document-web-components-samples","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/regulaforensics/document-web-components-samples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regulaforensics%2Fdocument-web-components-samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regulaforensics%2Fdocument-web-components-samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regulaforensics%2Fdocument-web-components-samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regulaforensics%2Fdocument-web-components-samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/regulaforensics","download_url":"https://codeload.github.com/regulaforensics/document-web-components-samples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regulaforensics%2Fdocument-web-components-samples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29609536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T06:47:36.664Z","status":"ssl_error","status_checked_at":"2026-02-19T06:45:47.551Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-12-05T08:11:11.845Z","updated_at":"2026-02-19T10:13:03.968Z","avatar_url":"https://github.com/regulaforensics.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Table of сontents\n1. [About](#about)\n1. [CDN sample](#cdn-sample)\n1. [Webpack sample](#webpack-sample)\n1. [React typescript](#react-typescript)\n1. [Angular sample](#angular-sample)\n1. [SDK sample](#sdk-sample)\n1. [Backend reprocessing sample](#backend-reprocessing-sample)\n1. [API sample](#api-sample)\n1. [Nuxt sample](#nuxt-sample)\n1. [Next sample](#next-sample)\n1. [Controller sample](#controller-sample)\n1. [UI-components sample](#ui-components-sample)\n1. [Switch to mobile sample](#switch-to-mobile-sample)\n1. [Manual multi-page sample](#manual-multi-page-sample)\n1. [CodePen samples](#codepen-samples)\n\n---\n\n## About\n\nThis repository contains examples of using [@regulaforensics/vp-frontend-document-components](https://www.npmjs.com/package/@regulaforensics/vp-frontend-document-components).\n\n## CDN sample\n\nThe ```cdn/\u003ccomponent-name\u003e.html``` folder contains an example of using the component when connecting a package via a cdn link.\n\n## Webpack sample\n\nThe ```webpack/\u003ccomponent-name\u003e``` folder contains an example of using components with Webpack.\n\n### Example installation\n\nClone this repository then go to the ```webpack/\u003ccomponent-name\u003e``` folder and install the dependencies:\n\n```\nnpm i\n```\n\nBuild a project:\n\n```\nnpm run build\n```\n\nThe project files will be located in the ```build``` or ```dist``` folder.\n\nDevelopment mode:\n\n```\nnpm run serve\n```\n\n## React typescript\n\nThe ```react-ts/\u003ccomponent-name\u003e``` folder contains an example of using a component with React and Typescript.\n\n### Example installation\n\nFollow the steps as in [Webpack sample](#webpack-sample).\n\n## Angular sample\n\nThe ```angular/\u003ccomponent-name\u003e``` folder contains an example of using a component with Angular.\n\n### Example installation\n\nFollow the steps as in [Webpack sample](#webpack-sample).\n\n## SDK sample\n\nThe ```sdk``` folder contains an example of using the SDK to develop your own interface.\n\n## API sample\n\nThe ```api``` folder contains an example of using Document reader component with API.\n\n### Example installation\n\nFollow the steps as in [Webpack sample](#webpack-sample).\n\n## Backend reprocessing sample\n\nThe ```backend-reprocessing``` folder contains an example of using the Document reader component to further process the results on the server.\n\n### Example installation\n\nFollow the steps as in [Webpack sample](#webpack-sample).\n\n## Nuxt sample\n\nThe ```nuxt``` folder contains an example of using Document reader component with Nuxt.\n\n### Example installation\n\nFollow the steps as in [Webpack sample](#webpack-sample).\n\n## Next sample\n\nThe ```next``` folder contains an example of using Document reader component with Next.\n\n### Example installation\n\nFollow the steps as in [Webpack sample](#webpack-sample).\n\n## Controller sample\n\nThe ```controller``` folder contains an example of using the SDK to work with Regula Document Reader Web Service.\n\n## UI-components sample\n\nThe ```ui-components``` folder contains an example of using [@regulaforensics/ui-components](https://www.npmjs.com/package/@regulaforensics/ui-components) NPM package, to display the results of document processing.\n\n### Example installation\n\nFollow the steps as in [Webpack sample](#webpack-sample).\n\n## Switch to mobile sample\n\nThe ```switch-to-mobile``` folder contains an example of using Document reader component for delegation of document scanning by a mobile device.\n\n### Example installation\n\nFollow the steps as in [Webpack sample](#webpack-sample).\n\n## Manual multi-page sample\n\nThe ```manual-multi-page``` folder contains an example of using Document reader component for manual control of document page scanning.\n\n### Example installation\n\nFollow the steps as in [Webpack sample](#webpack-sample).\n\n## CodePen samples\n\n### Camera snapshot component\n\nhttps://codepen.io/regulaforensics/pen/xxLjXBJ\n\n### Document reader component\n\nhttps://codepen.io/regulaforensics/pen/KKvRypq\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregulaforensics%2Fdocument-web-components-samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fregulaforensics%2Fdocument-web-components-samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregulaforensics%2Fdocument-web-components-samples/lists"}