v1.6.7
Chonkie v1.6.7 ✨
MistralOCR support
Extract text from images with the new MistralOCR integration:
from chonkie import MistralOCR
ocr = MistralOCR()
out = ocr("image.jpg")
print(out.content)What's Changed
- chore(deps): bump langsmith from 0.7.31 to 0.8.0 by @dependabot[bot] in #590
- Fix: initial CodeChunker languages downloaded by @chonk-lain in #591
- Add justified method for the overlap option by @anaslimem in #562
- feat: add MistralOCR by @chonk-lain in #593
- chore: bump version by @chonk-lain in #594
Full Changelog: v1.6.6...v1.6.7