mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-05-04 05:09:42 +00:00
- Introduced a new configuration file, `ocr_hpi.yaml`, to define the OCR pipeline and specify the Russian language model. - Updated the `docker-compose.yml` to mount the new configuration file and modified the OCR service command to include the configuration path. - These changes enhance the OCR service's capabilities by allowing for customizable pipeline settings and improved language support.
5 lines
33 B
YAML
5 lines
33 B
YAML
pipeline: OCR
|
|
model:
|
|
lang: ru
|
|
|