What's Changed
- fix(hybrid): add --device flag and fix misleading GPU log on Apple Silicon (#371) by @bundolee in #374
- fix(struct-tree): render table cell text when use_struct_tree=True by @bundolee in #376
- fix(node): add shims: true to tsup config to fix CJS build by @debuggerpk in #373
- perf: cap backward scan in ListProcessor to fix O(n²) scaling (~50x) by @brettatoms in #369
- fix(hybrid): auto-chunk large PDFs to prevent backend hang by @bundolee in #382
- fix: preserve whitespace chunk positions to restore missing spaces by @bundolee in #383
New Contributors
- @debuggerpk made their first contribution in #373
- @brettatoms made their first contribution in #369
Full Changelog: v2.2.0...v2.2.1