fix: downgrade pdf-parse to 1.1.1 to eliminate native dependency #3

Merged
admin merged 1 commits from fix-pdfparse-crash into main 2026-03-14 11:03:49 +00:00

1 Commits

Author SHA1 Message Date
vakabunga
723df494ca fix: downgrade pdf-parse to 1.1.1 to eliminate native dependency
pdf-parse@2.4.5 depends on @napi-rs/canvas (native Skia binary compiled
with AVX instructions) which crashes with SIGILL on the Synology NAS CPU.
Version 1.1.1 is pure JavaScript and works on any architecture.
2026-03-14 14:03:14 +03:00