Skip to content

Releases: Glitch752/OnScreenOCR

Installer

30 Aug 21:06
Compare
Choose a tag to compare

You may download the application from the releases page.
Currently, I only distribute x64 Windows binaries (since support for other platforms is untested and some features are not implemented on other platforms).
I distribute an installer (OnScreenOCR.exe) and a standalone executable (OnScreenOCRStandalone.exe).
The application will create an icon in your tray while running. The default keybind is Shift + Alt + Z, but you may change this within the overlay.

Changes:

  • Add an installer using Inno Installer (Thank you so much, @MichaelK-F!)

Initial release

29 Jun 19:31
Compare
Choose a tag to compare

Currently, I only distribute x64 Windows binaries (since support for other platforms is untested and some features are not implemented on other platforms).
The application is bundled as a single executable, so you can run it and it will create an icon in your tray while running. The default keybind is Shift + Alt + Z, but you may change this within the overlay.

Changes

Not applicable. Here's the full list of features, though:

  • Fully GPU-accelerated rendering using wgpu
  • Multi-platform support: Windows, MacOS, and Linux (untested at the moment, some features TODO on other platforms)
  • Live preview of the OCR result
  • Support for taking screenshots
  • Support for multiple OCR languages
  • Result fixing and reformatting
    • Reformat to remove hyphens from end of lines, moving the word to fit entirely on the line
    • More to come in the future! If you have any suggestions or find common formatting failure points/annoyances, please open an issue!
  • Ability to copy without newlines
  • Ability to fine-tune Tesseract's parameters
    • Ability to export in other Tesseract formats (TSV, Alto, HOCR)
  • Support for non-rectangular selections
  • Support for multiple monitors
  • Keybinds for common actions (Ctrl+C to copy, Ctrl+Z to undo, arrows to move selection, etc.)
  • Full undo/redo history
  • Stays in system tray when closed
  • Numerous intuitive selection-related interactions, including drawing outlines, shifting edges/vertices, removing edges/vertices, and more.