You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OCR Helper as System Dependency: ocr_helper.py now installs to ~/.local/bin/text-extractor-ocr instead of being bundled with the extension package, following EGO Review Guidelines
Improved Subprocess Management: Enhanced subprocess cancellation in disable() method with proper ordering (cancel before force_exit) as recommended by GJS Guide
Updated install.sh and uninstall.sh scripts to handle external OCR helper installation
Updated README with installation notes about ~/.local/bin in PATH
Fixed
Proper cleanup order: cancellable checked and cancelled before subprocess force_exit
Better error handling when OCR helper is not found in PATH
Notes
No unnecessary files shipped (no text-extractor@aditya190803 folder in source)
No compiled schemas (gschemas.compiled) in source - compiled during installation
All logging uses console.error appropriately for error conditions only
Timeout properly removed before creating new one (already compliant)