Releases: cloonix/excalidraw-ocr
Releases · cloonix/excalidraw-ocr
v1.1.0 - Stabilization Delay for Watch Mode
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-delayEnvironment Variable
STABILIZATION_DELAY_MINUTES=15 # default