#tesseract #ocr #image #memory-safety #leptonica

tesseract-plumbing

Safe wrapper of tesseract-sys

17 releases (10 breaking)

0.11.1 Feb 28, 2025
0.11.0 May 29, 2023
0.10.0 May 1, 2023
0.9.0 Feb 26, 2023
0.1.0 May 26, 2020

#114 in Images

Download history 196/week @ 2024-11-18 384/week @ 2024-11-25 323/week @ 2024-12-02 560/week @ 2024-12-09 465/week @ 2024-12-16 227/week @ 2024-12-23 294/week @ 2024-12-30 577/week @ 2025-01-06 535/week @ 2025-01-13 495/week @ 2025-01-20 280/week @ 2025-01-27 533/week @ 2025-02-03 629/week @ 2025-02-10 450/week @ 2025-02-17 771/week @ 2025-02-24 417/week @ 2025-03-03

2,324 downloads per month
Used in 10 crates (4 directly)

MIT license

24KB
445 lines

tesseract-plumbing

Crate to expose a safe version of the tesseract-sys api.

This is designed to expose the C API of tesseract in a safe manner.

Adding value by deviating from the API is a non-goal. That is left to libraries that build on top of tesseract-plumbing.

Requirements/Features

Requires Tesseract version 5.2.0 or newer by default. Use --no-default-features if using an older version.

Motivation

I'm a maintainer of both leptess and tesseract-rs.

I noticed that there was a lot of duplication in how they interact with both leptonica-sys and tesseract-sys. Having multiple layers of abstraction in leptess and tesseract-rs made it hard to reason about their memory safety.

Having a safety layer that stays simple improves the correctness and maintainability of the above libraries.

Dependencies

~0.3–2.6MB
~53K SLoC