Skip to content

v1.6.7

Choose a tag to compare

@chonk-lain chonk-lain released this 19 May 04:50
d2b3422

Chonkie v1.6.7 ✨

image

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

Full Changelog: v1.6.6...v1.6.7