robertknight / ocrs

Rust library and CLI tool for OCR (extracting text from images)
Apache License 2.0
1.1k stars 46 forks source link

Plans for a LICENSE? #11

Closed ckcr4lyf closed 8 months ago

ckcr4lyf commented 8 months ago

Cool project! I was wondering about using this potentially as a library, but could not find any licensing information.

The closest thing was that the models are under an open license: https://github.com/robertknight/ocrs-models#datasets , but nothing about ocrs itself.

robertknight commented 8 months ago

Hello - The license is "MIT or Apache 2.0", as recommended by the Rust API Guidelines project and is specified in the license field of the Cargo.toml files. More generally you can find the license for any published Rust crate by looking at the "Metadata" section on the right-hand side of https://crates.io/crates/ocrs.