Skip to content

Commit

Permalink
Merge pull request #118 from ezkangaroo/patch-1
Browse files Browse the repository at this point in the history
Add note to README about importance of using `--release` flag when building example
  • Loading branch information
robertknight authored Sep 20, 2024
2 parents 9a686fe + 6486223 commit 32b6254
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ocrs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ cd examples/
# Run OCR on an image and print the extracted text.
cargo run --release --example hello_ocr rust-book.jpg
```

> Note that, performance of the binary will differ significantly if `debug`
> build profile is used. Learn more: https://github.com/robertknight/ocrs/issues/117#issuecomment-2362314977

0 comments on commit 32b6254

Please sign in to comment.