File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77- Unified OCR system using model handles instead of separate OcrHandle enum
88- ModelType enum supporting LLM and TEXT_EXTRACTOR types
99- Enhanced error handling in library loading with better validation messages
10- - Config template management with ` config-template ` and ` cft ` Makefile targets
10+ - Config template management with ` config-template ` and ` cft ` Makefile targets to update templates from the ` .pipelex/ ` directory
1111
1212### Changed
1313
14- - ⚠️ Breaking change: Renamed ` ocr_handle ` to ` ocr_model ` in ` PipeOcr ` blueprint, so you'll need to update your PLX code accordingly
14+ - ⚠️ Breaking changes:
15+ - Renamed ` ocr_handle ` to ` ocr_model ` in ` PipeOcr ` blueprint, so you'll need to update your PLX code accordingly
16+ - Updated .env.example file with slightly modified key names (more standard).
1517- OCR system now uses InferenceModelSpec with unified model handles
1618- Renamed ` get_llm_deck() ` to ` get_model_deck() ` and updated parameter names from ` llm_handle ` to ` model_handle `
1719- Simplified OCR worker factory using plugin SDK matching
1820- Enhanced plugin system compatibility with InferenceModelSpec
1921- Improved error messages throughout system
20- - Updated .env.example file with slightly modified key names (more standard).
2122- Improved management of placeholder environment variables for unit tests
2223
2324### Removed
You can’t perform that action at this time.
0 commit comments