Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/parsekit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "parsekit"
magnus = { version = "0.8", features = ["rb-sys"] }
# Document parsing - testing embedded C libraries
# MuPDF builds from source and statically links
mupdf = { version = "0.5", default-features = false, features = [] }
mupdf = { version = "0.6", default-features = false, features = [] }
# OCR - Using tesseract-rs for both system and bundled modes
tesseract-rs = "0.1" # Tesseract with optional bundling
image = "0.25" # Image processing library (match rusty-tesseract's version)
Expand Down
Loading