mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
Refactor OCR configuration to nest document preprocessor settings
- Moved `doc_preprocessor` settings under the `OCR` key in `ocr_config.yaml` for better organization. - Added `recognizer` settings to specify the language for the OCR recognizer, enhancing the configuration structure.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
pipeline_name: OCR
|
||||
OCR:
|
||||
lang: ru
|
||||
doc_preprocessor:
|
||||
use_doc_orientation_classify: true
|
||||
use_doc_unwarping: true
|
||||
doc_preprocessor:
|
||||
use_doc_orientation_classify: true
|
||||
use_doc_unwarping: true
|
||||
recognizer:
|
||||
lang: ru
|
||||
|
||||
Reference in New Issue
Block a user