improve the OCR pipeline processing and outputs formatting
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user