Skip to content

Releases: cloonix/excalidraw-ocr

v1.1.0 - Stabilization Delay for Watch Mode

29 Nov 09:41

Choose a tag to compare

New Features

Stabilization delay for watch mode - Prevents OCR from running on files being actively edited (e.g., during meetings).

  • Watch mode now waits 15 minutes (default) after the last file modification before processing
  • Per-file timers that reset on each modification
  • Initial scan still processes immediately

New Options

# Use default 15-minute delay
python excalidraw_ocr.py ./drawings/ -w

# Custom delay (30 minutes)
python excalidraw_ocr.py ./drawings/ -w --delay 30

# No delay (immediate processing, for testing)
python excalidraw_ocr.py ./drawings/ -w --no-delay

Environment Variable

STABILIZATION_DELAY_MINUTES=15  # default

Full Changelog

v1.0.1...v1.1.0