owlocr 7.16.0 (new cask) - #280931
Conversation
|
Please use |
There was a problem hiding this comment.
馃挕 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fbabe152d8
鈩癸笍 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".
fbabe15 to
43ca164
Compare
|
done! included all the current (and historical) config and folders for owlocr |
There was a problem hiding this comment.
馃挕 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 43ca164363
鈩癸笍 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".
Please only include the config and folders that are present in a current installation. |
43ca164 to
485504a
Compare
485504a to
d6a9089
Compare
|
cool, updated |
Adds the new
owlocrcask for OwlOCR 7.16.0, a universal on-device OCR utility for screenshots, images, and PDFs on macOS 13.3 or later.The cask downloads OwlOCR's immutable versioned universal DMG, installs
OwlOCR.app, checks the Electron Builder update feed withlivecheck, and includes azapstanza generated withbrew generate-zapcontaining only support files and bundle identifiers that OwlOCR 7.16 or later can create.OwlOCR has been distributed since 2020. Its Product Hunt launch ranked #2 product of the day and has 261 upvotes.
brew audit --cask --online <cask>is error-free.brew style --fix <cask>reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>worked successfully.brew uninstall --cask <cask>worked successfully.zapstanza paths; I did not attribute commits to AI and will answer maintainer questions and review comments myself without AI/LLM.AI/LLM disclosure: OpenAI Codex (GPT-5) was used to research the current cask requirements and draft the cask and PR text. I reviewed its output. I personally ran
brew generate-zap. OpenAI Codex compared its output against OwlOCR 7.16 and removed the historical identifiers, leaving only paths that a current 7.16+ installation can create. The single commit is authored and committed by me with no AI attribution.Validation completed locally:
brew style owlocrbrew audit --cask --new --online owlocrbrew lgtm --online