- Deleted the `ocr_config.yaml` file as it is no longer needed.
- Updated the OCR service command in `docker-compose.yml` to reference the pipeline directly instead of the configuration file, streamlining the setup.
- Introduced new `SubPipelines` section in `ocr_config.yaml` to include `DocPreprocessor` settings.
- Added submodules for document orientation classification and unwarping, enhancing the OCR pipeline's ability to process various document formats and improve accuracy.
- Reorganized `ocr_config.yaml` to include a new `text_type` key and options for document preprocessing.
- Introduced `SubModules` for `TextDetection` and `TextRecognition`, specifying model names and parameters to improve the OCR pipeline's functionality and flexibility.
- 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.
- Introduced `doc_preprocessor` settings in `ocr_config.yaml` to enable document orientation classification and unwarping.
- These enhancements improve the OCR pipeline's ability to handle various document formats and orientations, increasing overall accuracy and usability.
- Introduced a new key `pipeline_name` in `ocr_config.yaml` to specify the OCR pipeline name as "OCR".
- This change enhances the clarity of the configuration and allows for better identification of the pipeline in the setup.
- Modified the OCR service command in `docker-compose.yml` to reference the new configuration file `ocr_config.yaml`.
- Introduced `ocr_config.yaml` to specify the Russian language for the OCR pipeline.
- These changes streamline the OCR service setup and enhance language support.
- Modified the OCR service command in `docker-compose.yml` to correctly quote the path to the HPI configuration file.
- Cleaned up the `ocr_hpi.yaml` file by removing unnecessary lines and ensuring proper formatting for the OCR pipeline configuration.
- These changes improve the clarity and functionality of the OCR service setup.
- 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.