Fix code review findings: image paths, cache keys, and stdout warning
- HIGH: Fix broken image links pointing to deleted temp directories
- enhance_markdown_with_image_paths() now rewrites actual ![]() refs
- New normalize_image_paths_for_cache() stores relative paths in cache
- Bump EXTRACTOR_VERSION to 3.3.0 to invalidate old caches
- MEDIUM: Fix cache key collision for 64KB-128KB files
- Hash entire content for files <= 128KB instead of just first chunk
- MEDIUM: Suppress PyMuPDF warning polluting --stdout output
- Set PYMUPDF_SUGGEST_LAYOUT_ANALYZER=0 before any pymupdf imports
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>