kreuzberg 4.9.7

High-performance document intelligence library for Rust. Extract text, metadata, and structured data from PDFs, Office documents, images, and 91+ formats and 248 programming languages via tree-sitter code intelligence with async/sync APIs.
Documentation
1
2
3
4
5
6
7
//! OCR backend language support modules.
//!
//! Each module provides language lists for a specific OCR backend.

pub(super) mod easyocr;
pub(super) mod paddleocr;
pub(super) mod tesseract;