新墨润纸,版本初发 · Release 0.3.2 with N1 CLI, EXIF, ROI, detect, and Electron fix - #31
Merged
Conversation
- Restructure around user journey: install → CLI → Node API → capabilities - Add CLI subcommand reference with scenarios (screenshot, receipt, batch, stdin) - Add output schema and exit code table - Add Node API quick start with recognize, detect, and options examples - Add capabilities table (formats, EXIF, ROI, providers, platforms) - Add acceleration provider table with auto candidates per platform - Keep build-from-source but condense to essential steps - Remove verbose internal implementation details (sanitizer notes, worker lifecycle internals)
birhantprkc
pushed a commit
to birhantprkc/light-ocr
that referenced
this pull request
Jul 29, 2026
- Restructure around user journey: install → CLI → Node API → capabilities - Add CLI subcommand reference with scenarios (screenshot, receipt, batch, stdin) - Add output schema and exit code table - Add Node API quick start with recognize, detect, and options examples - Add capabilities table (formats, EXIF, ROI, providers, platforms) - Add acceleration provider table with auto candidates per platform - Keep build-from-source but condense to essential steps - Remove verbose internal implementation details (sanitizer notes, worker lifecycle internals) Co-authored-by: chenghan <chenghan@fazhitech.cn>
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.
Summary
Patch release adding the N1 CLI entry point and Windows Electron delay-load fix.
Version bump
pm-release.yml default version → 0.3.2
What's new (from N1 + PR #28)
ecognize/detect/info subcommands, envelope schema, exit codes
ative_detect binding, detect subcommand with --crop
Release plan
pm release workflow with �ersion=0.3.2, publish_to_registry=false (dry run)
CI status
N1 changes (PR #29) passed all 10 CI jobs on the feat/n1-cli branch. This PR rebases those changes onto main with version bump and README.