Add schedule-image OCR workflow and standalone Windows packaging - #9
Draft
sun33sun wants to merge 14 commits into
Draft
Add schedule-image OCR workflow and standalone Windows packaging#9sun33sun wants to merge 14 commits into
sun33sun wants to merge 14 commits into
Conversation
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.
What changed
--self-testthat verifies embedded-model extraction, ONNX Runtime, OpenCV, and OCR inference.Why
This implements the local four-image schedule consolidation requirements documented in
需求.md, including explicit handling for missing dates, duplicates, invalid weekdays, empty roles, ambiguous columns, and cross-month data.User impact
Users can process the full workflow offline, inspect and correct OCR output before export, and distribute a single Windows x64 EXE without requiring .NET, Python, CUDA, Office, or an external models directory.
Generated
dist/binaries are intentionally excluded from source control.Validation
dotnet build RapidOCRCSharp.sln -c Release --no-restore— passed with 0 warnings and 0 errorsRapidOCRLib.Tests— 1/1 passedRapidOCRSchedule.Tests— 46/46 passed--self-testexited 0, all four embedded model files were materialized, and the normal GUI startup remained responsive