Skip to content

Supsidian v0.11.0

Choose a tag to compare

@Kulturban Kulturban released this 02 Jul 19:17

This release adds incremental OCR and major reliability improvements for local OCR workflows, especially on 16 GB Macs.

Highlights

  • Added page-level OCR caching based on rendered PDF page hashes.
  • Added incremental Local Ollama OCR: unchanged pages reuse cached OCR text.
  • Added incremental Hybrid Marker + Ollama OCR.
  • Hybrid Marker now uses a low-memory profile by default for 16 GB Macs.
  • Hybrid Marker now runs only on changed pages, one page at a time.
  • Unchanged notes skip Marker entirely.
  • Marker failures are non-fatal; Supsidian continues with Ollama OCR text.
  • Ollama can now unload the local model after each processed note to free memory.
  • Improved page-cache accounting for changed, inserted, and deleted pages.

Notes

The first local OCR run can still be slow because the full note needs to be processed once. After that, unchanged pages are reused from cache, and only changed pages are processed again.