Docs.rs
lisudoku-ocr-0.1.6
lisudoku-ocr 0.1.6
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
PlayLikeNeverB4
Dependencies
byte-unit ^4.0.18
normal
itertools ^0.10.5
normal
lisudoku-solver =0.1.19
normal
medians ^2.2.1
normal
opencv =0.92.2
normal
reqwest ^0.11.14
normal
serde ^1.0.209
normal
serde_json ^1.0.61
normal
tempfile ^3.3
normal
tesseract-plumbing =0.9.0
normal
tesseract-sys =0.5.15
normal
thiserror ^1.0
normal
tokio ^1
normal
url ^2.5.2
normal
warp ^0.3.1
normal
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
lisudoku_
ocr
0.1.6
lisudoku_ocr
Function
get_external_image_data
Copy item path
Source
pub async fn get_external_image_data( image_url: &
str
, ) ->
Result
<
Bytes
,
ParseImageError
>