improve the OCR pipeline processing and outputs formatting

This commit is contained in:
2026-07-19 19:54:53 +02:00
parent d375db47c3
commit 1cf1c6eeab
30 changed files with 3838 additions and 3900 deletions

View File

@@ -8,6 +8,8 @@ input:
- "*.tiff"
- "*.bmp"
recursive: true
exclude_patterns:
- "*.photoslibrary/*"
ocr:
engine: "paddleocr"
@@ -68,6 +70,8 @@ chunking:
keep_separator: true
output:
write_consolidated: true
consolidated_filename: "all_ocr.md"
# Uses platformdirs default: ~/.local/share/ocr-pipeline (Linux), ~/Library/Application Support/ocr-pipeline (macOS), %LOCALAPPDATA%\ocr-pipeline (Windows)
format: "markdown"
organize_by: "date_run"