Merged
Conversation
Bumped versions for image, thiserror, windows-link, imageproc, and criterion dependencies to their latest releases. Reformatted docs.rs targets for improved readability.
Contributor
There was a problem hiding this comment.
Pull Request Overview
Updates project dependencies to their latest versions and clarifies the offline OCR capability in documentation. This improves stability, compatibility, and feature clarity.
- Updated core dependencies (
image,thiserror,windows-link) to newer versions - Updated development dependencies (
imageproc,criterion) for better testing support - Clarified that OCR functionality works offline in the README
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Cargo.toml | Updated dependencies and dev-dependencies to newer versions |
| README.md | Added "offline" clarification to OCR feature description |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates dependencies and documentation to improve compatibility and clarify features. The most important changes are grouped below:
Dependency Updates:
image,thiserror, andwindows-linkdependencies to their latest versions inCargo.tomlfor improved stability and compatibility.imageprocandcriterionindev-dependenciesto newer versions inCargo.tomlfor better testing and benchmarking support.Documentation Improvement:
README.mdthat OCR can be performed offline, making the feature description more accurate.