Commit Graph

21 Commits

Author SHA1 Message Date
tomsideguide 333ecdd018 Merge branch 'feat/pdf-needs-ocr' into feat/pdf-pages 2026-08-24 14:29:54 -07:00
tomsideguide 7c0dfe44ba docs: exit code 3 and the error contract after needsocr 2026-08-24 14:29:39 -07:00
tomsideguide 22aab39086 feat(pdf): per-page markdown 2026-08-24 14:21:07 -07:00
tomsideguide 47118b9d4d feat(pdf): report pages that need ocr 2026-08-24 14:18:24 -07:00
tomsideguide bf3d33e617 chore: release v0.2.3 (#125) 2026-08-21 00:51:35 +01:00
tomsideguide ba05b65d1f feat(model): render checkbox controls as task list tokens (#122) 2026-08-20 13:34:46 -07:00
tomsideguide c9d4eee742 chore: release v0.2.2 (#121) 2026-08-20 20:32:03 +01:00
tomsideguide 08bcbc22ef chore: release v0.2.1 (#119)
* chore: release v0.2.1

* ci: create releases from committed notes
2026-08-20 20:05:41 +01:00
tomsideguide a2aa54fa5f feat(math): convert equations to latex math (#117)
* feat(math): convert equations to latex math

* fix(math): harden delimiters, cell pipes, and rtf run properties

* fix(math): keep escaped pipes and zero-width spaces as written
2026-08-20 19:53:56 +01:00
tomsideguide 7df4b2e421 chore: release v0.2.0 2026-08-19 20:52:39 -07:00
Abimael Martell e754e1d33a chore: release v0.1.9
Ship pdf-inspector 1.14.2 to the PDF frontend.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-13 14:39:50 -07:00
Abimael Martell 4e3089b1ed chore: release v0.1.8 2026-08-10 16:32:56 -07:00
tomsideguide 4a45addbd6 chore: release v0.1.7 2026-08-06 20:54:19 +01:00
tomsideguide 8eecca5aa2 fix(wasm): draw demo page frame as svg so corners match rails on hidpi 2026-08-05 21:33:29 +01:00
tomsideguide 2fc6c7ac5a chore: release v0.1.6 2026-08-05 19:21:56 +01:00
tomsideguide ace3d1aa64 feat: binding error codes (#25) 2026-08-05 19:18:56 +01:00
tomsideguide 2d3f923973 feat: clean up heading emphasis and table header rows 2026-08-05 17:16:30 +01:00
tomsideguide f31a67a1d3 docs(wasm): fix file path reference 2026-08-05 15:27:18 +01:00
tomsideguide e884f6163e chore: release v0.1.4 2026-08-05 15:14:53 +01:00
tomsideguide fa6b204c22 docs(wasm): rework the demo page lede and about section 2026-08-05 15:13:35 +01:00
tomsideguide 6f0a15795e feat: add wasm bindings, @firecrawl/anydoc-wasm, and a browser demo
- wasm/ crate with wasm-bindgen bindings mirroring the lib API
  (formatFromBytes/Extension/Path, toMarkdownBytes, toDocument)
- static demo page under wasm/www, deployed to GitHub Pages on push
- @firecrawl/anydoc-wasm published from release.yml with provenance
- wasm job in CI: clippy on the wasm target plus a Node smoke test
- version guard now spans five locations (wasm/Cargo.toml added)
2026-08-05 14:55:34 +01:00