Skip to content

Initial release

Choose a tag to compare

@Glitch752 Glitch752 released this 29 Jun 19:31
· 7 commits to master since this release

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.