Commit bdc4d4e
Add --clipboard flag to read images from system clipboard
Add a `--clipboard` / `-c` flag to ocrs-cli that reads images from the
system clipboard instead of a file path. This feature requires the
`clipboard` Cargo feature to be enabled at build time (uses the arboard
crate).
When built without the feature, the flag is still accepted but returns a
helpful error message directing users to rebuild with the feature enabled.
Supersedes #128.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 3744411 commit bdc4d4e
3 files changed
+483
-28
lines changed
0 commit comments