Skip to content

Commit

Permalink
Improved documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfmanstout committed Oct 14, 2023
1 parent cb62d58 commit e77b0b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ working using Tesseract, but this configuration is not tested by the author.
or their symbolic form (e.g. "2" and ".").
- Briefly displays debugging overlay if no matches are present.

## Known issues:
## Known limitations:

- Only operates on the main screen, as defined by Talon.
- Updates (via git pull) and some settings changes require Talon restart.
Expand All @@ -57,8 +57,10 @@ working using Tesseract, but this configuration is not tested by the author.
- Command subtitles may cause disambiguation when selecting a range of text.
- Dragon recognition timestamps are slightly off, leading to lower accuracy
especially during text selection. Works best with Conformer.
- Text selection only works in apps that support shift-click to select (vs.
dragging), which excludes some PDF viewers.
- See the [issue tracker](https://github.com/wolfmanstout/talon-gaze-ocr/issues)
for other bugs that have been discovered.
for bugs that have been discovered.

## Dependencies

Expand Down
1 change: 1 addition & 0 deletions gaze_ocr.talon
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ middle (touch | click) <user.timestamped_prose>$:
# Examples:
# "select apple" to select the word "apple".
# "select apple through banana" to select the phrase "apple pear banana".
# "select through before apple" to select from the text cursor position to before the word "apple".
select <user.prose_range>$:
user.perform_ocr_action("select", "", prose_range)
# Examples:
Expand Down

0 comments on commit e77b0b0

Please sign in to comment.