Skip to content

Supsidian v0.10.0 — Local OCR provider settings

Choose a tag to compare

@Kulturban Kulturban released this 26 Jun 14:00

Supsidian v0.10.0 — Local OCR provider settings

This release adds the first full macOS app settings support for multiple OCR providers.

Added

  • OCR provider picker in the macOS app
  • Support for choosing between:
    • Mistral
    • Local Ollama
    • Hybrid Marker + Ollama
  • Provider-specific settings in the GUI
  • Local Ollama setup check button
  • Ollama model install button
  • Ollama download button
  • Marker installation help for Hybrid mode
  • Clear explanations for all OCR modes

Improved

  • Existing Mistral setups remain compatible
  • Missing old config keys now load with safe defaults
  • Local/Hybrid mode no longer overwrites an existing Mistral API key unnecessarily
  • Ollama context size parsing now handles whitespace safely

Notes

  • Hybrid Marker + Ollama is still experimental.
  • Marker auto-install is intentionally not included yet.
  • Local Ollama requires Ollama and the model richardyoung/olmocr2:7b-q8.
  • Hybrid mode also requires marker_single or an absolute Marker command path.