Skip to content

Commit

Permalink
Update to leptonica 1.83.0
Browse files Browse the repository at this point in the history
ccouzens/leptonica-plumbing#5

It doesn't currently work, but I expect it can be refactored.

```bash
LD_LIBRARY_PATH="$(pwd)/../../DanBloomberg/leptonica/local/lib" PKG_CONFIG_PATH="$(pwd)/../../DanBloomberg/leptonica/local/lib/pkgconfig" bash -c 'cargo test --release && valgrind --leak-check=yes --error-exitcode=1 --leak-check=full --show-leak-kinds=all "$(find target/*/deps/ -executable -name 'leptess-*')"'
```
  • Loading branch information
ccouzens committed Feb 21, 2023
1 parent fb05972 commit 698f4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
documentation = "https://houqp.github.io/leptess/leptess/index.html"

[dependencies]
tesseract-plumbing = "~0.7"
tesseract-plumbing = { path = "../../ccouzens/tesseract-plumbing" }
thiserror = "1"

[dev-dependencies]
Expand Down

0 comments on commit 698f4b0

Please sign in to comment.