LoreaTec Tools
日本語

Open-source software used by these tools

These tools are mostly a careful assembly of open-source work done by other people. Here is what runs in your browser, and under which licence.

SoftwareLicenceUsed for
pdf-libMITWriting and editing PDF files
pdf.js (pdfjs-dist)Apache-2.0Rendering PDF pages and extracting text
libheif (libheif-js)LGPL-3.0Decoding HEIC/HEIF photos
jSquash codecsApache-2.0JPEG, PNG, WebP and AVIF encoding (MozJPEG, libwebp, libavif, OxiPNG)
FFmpeg (ffmpeg.wasm)GPL-2.0-or-laterVideo and audio conversion
Tesseract (tesseract.js)Apache-2.0Optical character recognition
OpenCV (@techstark/opencv-js)Apache-2.0Document edge detection in the camera scanner
ONNX Runtime WebMITRunning the background-removal models
U-2-NetpApache-2.0Background removal — fast model
MODNetApache-2.0Background removal — portrait model
ISNet general useMITBackground removal — high-quality model
SheetJS (xlsx)Apache-2.0Reading and writing Excel files
MammothBSD-2-ClauseConverting DOCX to HTML
MarkedMITMarkdown to HTML
TurndownMITHTML to Markdown
PrettierMITFormatting JSON, HTML, CSS, JavaScript, Markdown and YAML
sql-formatterMITFormatting SQL
js-yamlMITYAML parsing
PapaParseMITCSV parsing
jsdiffBSD-3-ClauseText comparison
pixelmatchISCVisual comparison of rendered pages
QRCodeMITQR code generation
JsBarcodeMITCODE128, EAN-13/JAN and ITF barcodes
JSZipMITBuilding ZIP downloads
exifrMITReading EXIF, IPTC and XMP metadata
c2pa-webMITVerifying C2PA Content Credentials
SortableJSMITDrag-and-drop reordering
Vite + vite-plugin-pwa (Workbox)MITBuild tooling and the offline service worker

LGPL notice (libheif)

HEIC/HEIF decoding uses libheif, licensed under the LGPL v3. It is served as a separate, unmodified WebAssembly file that is not linked into our own code, so you are free to replace it with your own build of the same library. The source is available at the link above.

GPL notice (FFmpeg)

The video and audio tools load ffmpeg.wasm from a public CDN (jsDelivr) at the moment you use them. That build of FFmpeg is licensed under the GPL v2 or later; its sources are published by the FFmpeg project and by the ffmpeg.wasm project at the link above.

Models

Machine-learning models are downloaded from Hugging Face when a tool that needs them is used, and cached by your browser afterwards. We deliberately use only models with a permissive licence — no “non-commercial” weights, and nothing that would place a copyleft obligation on the people using these pages.