Open Source Licenses
HOOTL MedicalAssist uses the following open source and third-party libraries. We are grateful to the developers and communities who make these projects available. Each library is listed with its license type and a link to its source repository.
CDN-Loaded Libraries
The following libraries are loaded from CDN at runtime and are used in the browser client.
PDF.js
- Version: 3.11.174
- License: Apache License 2.0
- Copyright: Mozilla Foundation
- Source: github.com/nicoco007/nicoco007.github.io
- Usage: PDF parsing and text extraction for denial letter upload processing.
jsPDF
- Version: 2.5.2
- License: MIT License
- Copyright: James Hall, yWorks GmbH
- Source: github.com/parallax/jsPDF
- Usage: Client-side PDF generation for appeal letter exports.
docx
- Version: 9.1.1
- License: MIT License
- Copyright: Dolan Miu
- Source: github.com/dolanmiu/docx
- Usage: Client-side DOCX generation for appeal letter exports.
Tesseract.js
- Version: 5.x
- License: Apache License 2.0
- Copyright: Project Naptha
- Source: github.com/naptha/tesseract.js
- Usage: Optical character recognition (OCR) for scanned denial letter image extraction.
JSZip
- Version: 3.10.1
- License: MIT License (or GPLv3)
- Copyright: Stuart Knightley
- Source: github.com/Stuk/jszip
- Usage: ZIP archive handling for DOCX file processing.
Development Dependencies
The following tools are used during development and are not included in the production application served to users.
ESLint
- Version: 10.x
- License: MIT License
- Copyright: OpenJS Foundation
- Source: github.com/eslint/eslint
- Usage: JavaScript linting and code quality enforcement.
eslint-plugin-no-unsanitized
- Version: 4.1.5
- License: MPL-2.0
- Copyright: Mozilla Corporation
- Source: github.com/mozilla/eslint-plugin-no-unsanitized
- Usage: DOM XSS prevention linting rules.
Prettier
- Version: 3.5.x
- License: MIT License
- Copyright: James Long and contributors
- Source: github.com/prettier/prettier
- Usage: Code formatting.
Wrangler
- Version: 4.x
- License: MIT License (Apache 2.0 for some components)
- Copyright: Cloudflare, Inc.
- Source: github.com/cloudflare/workers-sdk
- Usage: Cloudflare Workers and Pages deployment and local development.
Infrastructure Services
Cloudflare Workers Runtime
- License: Proprietary (Cloudflare Terms of Service)
- Copyright: Cloudflare, Inc.
- Usage: Server-side API hosting, D1 database, KV storage, edge computing.
License Texts
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files, to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED.
Apache License 2.0
Licensed under the Apache License, Version 2.0. You may obtain a copy of the License at apache.org/licenses/LICENSE-2.0. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND.
Mozilla Public License 2.0
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. You may obtain a copy of the License at mozilla.org/MPL/2.0/.
If you believe we have inadvertently omitted attribution for any open source software used in this project, please contact us at legal@hootl.com so we can correct the oversight.
← Back to home