@@ -62,9 +62,10 @@ The screenshot will also be copied to the clipboard as usual.
6262#### Show screenshot in window
6363
6464Press w during the screenshot process to toggle window preview on/off.
65- When enabled, the screenshot will be displayed in a preview window after capture.
65+ When enabled, the screenshot will be displayed in a dark-themed preview window after capture.
6666Press ESC or click the X button to close the preview window.
6767The screenshot will also be copied to the clipboard as usual.
68+ The window position and size are saved automatically.
6869
6970#### Capture active window
7071
@@ -94,8 +95,15 @@ The screenshot URL will be copied to the clipboard after upload.
9495** Built-in FTP upload:**
9596Set ` UseInBuildFTP=1 ` in settings.ini and configure your FTP server details.
9697A tooltip will show upload progress and the final URL.
98+ Press 'o' in the tooltip to open the URL in your browser, or press Escape to dismiss.
9799See settings_example.ini for configuration options.
98100
101+ ** Tooltip duration** (in settings.ini):
102+ ``` ini
103+ [General]
104+ ActionTooltipDuration =5000
105+ ```
106+
99107** ShareX upload:**
100108Set ` UseInBuildFTP=0 ` (default) to use ShareX for uploading.
101109Note that you need to have ShareX installed and configured for this to work.
@@ -107,10 +115,22 @@ It will also be copied to the clipboard as usual.
107115Note that you need to have sharex installed and configured for this to work.
108116Currently te path is fixed to ` C:\Program Files\ShareX\ShareX.exe `
109117
110- #### ocr
118+ #### OCR (Optical Character Recognition)
119+
120+ Press o during the screenshot process to run OCR on the screenshot.
121+ The text will be copied to the clipboard (not the image).
122+
123+ ** OCR modes:**
124+ - ** OCR only** : Text is copied to clipboard. Press 'o' in the tooltip to open in your default text editor.
125+ - ** OCR + Save (o + f)** : Text is saved as a ` .txt ` file and copied to clipboard.
126+ - ** OCR + Upload (o + u)** : Text is saved as ` .txt ` , uploaded to FTP, and URL is copied to clipboard.
127+ - ** OCR + Window (o + w)** : Text is displayed in a dark-themed preview window.
111128
112- Press o during the screenshot process to run ocr on the screenshot.
113- The text will be copied to the clipboard and not the image.
129+ ** Text Preview Window settings** (in settings.ini):
130+ ``` ini
131+ [TextPreviewWindow]
132+ FontSize =14
133+ ```
114134
115135## Licence
116136
0 commit comments