milwright/historical-ocr
Update README.md
Delete docs
Delete .clinerules
Delete testing
Delete output
Delete memory-bank
Delete improvements.md
Delete verify_fix.py
Delete language_detection.py
add memory
trying to fix cline (again)
fix cline
add init for ui and utils/helpers
modularize + nest scripts; reduce technical debt
Fix metadata field ordering and tag classification issues
Update .gitignore to exclude test files and additional output directories
Fix structured_ocr.py syntax errors
Update config.py
Delete test_adaptive_segmentation.py
Delete test_fix.py
Delete test_segmentation_fix.py
Delete verify_segmentation_fix.py
Apply light preprocessing by default (grayscale, denoise, contrast=5) to improve OCR readability
Fix OCR processing variable scope issue by using explicit module reference for apply_preprocessing_to_file
Save current segmentation approach before refactoring
Consolidate segmentation improvements and code cleanup
Rolling out modular v2
Integrate image segmentation and language detection modules
Enhance document viewer UI: Focus on images, reduce clutter
Improve language detection with mistral-ocr-latest model
Update README.md to clarify project purpose and limitations
Fix deprecated use_column_width parameter in app.py, replace with use_container_width
Fix deprecated use_column_width parameter, replace with use_container_width
Update UI components based on feedback: remove performance mode, make preprocessing sections collapsible, reduce title size, decenter Mistral AI credit
Reconcile main with preview-improvements branch, implementing modular structure, raw text editing, and enhanced framing
Update app.py, structured_ocr.py, and UI layout
Fix: Clear all sample document state when using Close Document button
Fix state management issues with Close Document button and Process Document Again button
Fix 'Process Document Again' button to only appear for the current document
Enhance handwritten document processing for improved OCR accuracy
Update Python bytecode files for functionality parity with local deployment
Upload baldwin-15th-north.jpg
Upload a-la-carte.pdf
Rename input/The Magician, or Bottle Cungerer.jpeg to input/magician-or-bottle-cungerer.jpg
Add new sample documents to input folder
Standardize button styling throughout the app
Fix button styling consistency issues
Fix sample document processing and close functionality
Remove redundant close button
Fix session state initialization error
