houqp / leptess

Productive and safe Rust binding for leptonica and tesseract
https://houqp.github.io/leptess/leptess/index.html
MIT License
258 stars 28 forks source link

Allow setting an image from memory #23

Closed kangalio closed 4 years ago

kangalio commented 4 years ago

Commits to implement #20

houqp commented 4 years ago

Thanks @kangalioo for the new API, use of AsRef in the API is also a neat change.