Licenses
Folmixo is built on open-source software. Below are the components loaded into your browser, with their authors and licenses. Follow the link next to a license name for its full text.
Neural network and data
- IS-Net (DIS) — background removal model. Authors: Xuebin Qin, Hang Dai, Xiaobin Hu, Deng-Ping Fan, Ling Shao, Luc Van Gool. License: Apache-2.0. We use the IS-Net general-use weights converted to ONNX (imgly/isnet-general-onnx, MIT) and quantized to int8 (xrds/isnet-general-onnx-int8, MIT). We haven’t modified the model.
- Tesseract OCR — tessdata_best — data for recognizing Russian and English text. Authors: Google, Tesseract OCR contributors. License: Apache-2.0.
Libraries
- PDF.js — viewing and rendering PDFs. Authors: Mozilla Foundation and contributors. License: Apache-2.0.
- Tesseract.js, tesseract.js-core — text recognition (OCR). Authors: Jerome Wu, Balearica and contributors; Tesseract OCR contributors. License: Apache-2.0.
- ONNX Runtime Web — running the neural network in the browser. Authors: Microsoft Corporation. License: MIT.
- heic-to (libheif, libde265) — reading HEIC/HEIF photos. Authors: Hopper Gee; struktur AG and contributors. License: LGPL-3.0. The library is loaded as a separate file and used without changes. Source code is available at github.com/strukturag/libheif and github.com/strukturag/libde265.
- pdf-lib, @cantoo/pdf-lib, @pdf-lib/fontkit — creating and editing PDFs. Authors: Andrew Dillon; Cantoo. License: MIT.
- docx — creating Word documents. Authors: Dolan Miu. License: MIT.
- fflate — ZIP archives and compression. Authors: Arjun Barrett. License: MIT.
- node-qrcode — generating QR codes. Authors: Ryan Day. License: MIT.
- React, Next.js — site interface. Authors: Meta Platforms, Inc.; Vercel, Inc.. License: MIT.
- Better Auth, Zod — account sign-in, data validation. Authors: Better Auth contributors; Colin McDonnell. License: MIT.