Suggestion - CLI clipboard image to clipboard text
Quickly OCR part of the screen and save resulting text to clipboard
Brought to you by:
cb4960
Just a suggestion, is it possible to add an option to the CLI to convert an image that is currently on the clipboard. I use AutoHotKey to customise screen capture and would love to use your app to convert a screenshot to raw text without having the app running permanently in background.
e.g.
Capture2Text_CLI.exe --fromclipboard --clipboard (convert image on clipboard and replace clipboard with the OCR'd text)
Capture2Text_CLI.exe --fromclipboard --output-file "c:\temp\screenresult.txt" (convert image on clipboard and save to text file)
Save the clipboard image to a file first and then use Capture2Text_CLI.exe to OCR it.