Skip to content

docs: add FAQ, document in-memory model loading; bump version to 0.8.0#154

Merged
GreatV merged 1 commit into
mainfrom
docs-faq-version
Jul 8, 2026
Merged

docs: add FAQ, document in-memory model loading; bump version to 0.8.0#154
GreatV merged 1 commit into
mainfrom
docs-faq-version

Conversation

@GreatV

@GreatV GreatV commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Summary

Documentation follow-ups for #153 plus the version bump for the next release.

Testing

  • cargo check --workspace (no warnings), cargo fmt --all --check
  • Docs-only content otherwise; links verified against existing anchors.

🤖 Generated with Claude Code

- Add docs/FAQ.md (Windows MSVC linker requirements from #105, GPU vs
  CPU expectations for PP-OCRv6 from #151) and link it from the README.
- Mention in-memory model loading in the README and crate docs, and note
  in docs/models.md that in-memory sources bypass auto-download path
  resolution.
- Bump workspace version to 0.8.0: #153 changed the AdapterBuilder::build
  signature, which is a breaking API change.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 12b19389b5

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread Cargo.toml

[workspace.package]
version = "0.7.5"
version = "0.8.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update the lockfile with this version bump

Because this bumps the workspace crates to 0.8.0 while leaving the tracked Cargo.lock entries for oar-ocr, oar-ocr-core, oar-ocr-derive, and oar-ocr-vl at 0.7.5, locked builds now fail before compiling. I verified cargo check --workspace --locked --no-default-features exits with cannot update the lock file ... because --locked was passed, and cargo check --help defines --locked as asserting that Cargo.lock remains unchanged; regenerating and committing the lockfile keeps consumers/CI jobs that use locked builds working.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cargo.lock is not tracked in this repository — it is listed in .gitignore (line 8), and neither main nor this branch contains it (git cat-file -e main:Cargo.lock fails). This is a library workspace, so consumers generate their own lockfile and no CI job here uses --locked. No change needed.

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Warning

Gemini encountered an error creating the review. You can try again by commenting /gemini review.

@GreatV
GreatV merged commit 8b19b79 into main Jul 8, 2026
7 checks passed
@GreatV
GreatV deleted the docs-faq-version branch July 8, 2026 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant