feat(ocr): add Mistral OCR engine with package export, tests, and documentation

This commit is contained in:
2026-05-18 00:13:27 +00:00
parent 1d64ee3edb
commit 269e948453
6 changed files with 319 additions and 2 deletions
+8
View File
@@ -5,6 +5,14 @@
### Features
- add Mistral OCR engine with package export, tests, and documentation (ocr)
- introduces a new `@push.rocks/smartai/ocr` subpath export with `createMistralOcrEngine()` for image OCR via Mistral's Document AI endpoint
- adds OCR request/response types, configurable transport and options, and normalized page/confidence results
- includes mocked transport tests for OCR requests and input validation
- updates package metadata and README content to document the new OCR module
## 2026-05-14 - 4.0.2
### Fixes