Hi, and thanks for light-ocr - it has been working well for us on Node 22, Debian, macOS arm64 and linux x64.
Two things we ran into, both from the published package metadata rather than the code:
- Node 26: light-ocr declares
engines: ^22.0.0 || ^24.0.0, and so do @arcships/light-ocr-runtime and the platform packages.
- musl: The platform packages cover
linux-x64-gnu and linux-arm64-gnu, so on Alpine the install skips them and the engine cannot load. We moved our image from Alpine to node:22-trixie-slim, which works fine, but a musl build would let Alpine users stay put.
Are either of these planned?
Hi, and thanks for light-ocr - it has been working well for us on Node 22, Debian, macOS arm64 and linux x64.
Two things we ran into, both from the published package metadata rather than the code:
engines: ^22.0.0 || ^24.0.0, and so do@arcships/light-ocr-runtimeand the platform packages.linux-x64-gnuandlinux-arm64-gnu, so on Alpine the install skips them and the engine cannot load. We moved our image from Alpine tonode:22-trixie-slim, which works fine, but a musl build would let Alpine users stay put.Are either of these planned?