openreader/src/lib
Richard R 01cb95d8e7 fix(compute): migrate compute backend initialization to async and update consumers
Refactor compute backend initialization to use asynchronous loading and promise caching, replacing previous synchronous singleton pattern. Update all consumers—including TTS segment alignment and PDF layout parsing jobs—to await compute backend resolution before invoking methods. This change improves compatibility with dynamic imports and future-proofs backend selection logic.
2026-05-19 19:38:36 -06:00
..
client refactor(pdf): remove legacy text extraction and update parse status normalization 2026-05-19 19:11:51 -06:00
server fix(compute): migrate compute backend initialization to async and update consumers 2026-05-19 19:38:36 -06:00
shared refactor(pdf-layout): remove compute "none" mode and unsupported parse status 2026-05-19 18:25:27 -06:00