feat(ocr): add a Mistral-based OCR adapter for KVM frames

This commit is contained in:
2026-05-18 00:16:58 +00:00
parent 8588c6c70d
commit 91d9be3fe7
7 changed files with 841 additions and 23 deletions
+13
View File
@@ -0,0 +1,13 @@
# Changelog
## Pending
### Features
- add a Mistral-based OCR adapter for KVM frames (ocr)
- introduces createMistralKvmOcrEngine backed by @push.rocks/smartai/ocr
- exports the new OCR adapter from the public package entrypoint
- adds tests for frame-to-image adaptation and rejecting unsupported crop options
- documents the bundled OCR integration and updated package capabilities