Skip to content

August 2017 - Release 2018-04-04

Compare
Choose a tag to compare
@iseahound iseahound released this 27 Nov 22:47
· 11 commits to master since this release
72698e8

A stable version of Vis2. Supports OCR() using Tesseract, and ImageIdentify() using Google Cloud Vision.

History:

  • This release is the final version of the August 2017 release cycle.
  • Vis2 builds on the concepts defined in Vis.ahk.

Features:

  • Updated to Tesseract OCR v4. Uses tesseract_best and tesseract_fast LSTM models.
  • User interface for on screen image selection with output text previews now uses GDI+ enhanced graphics objects to provide low latency rendering.
  • Ability to interpret all kinds of image representations, including URLs to images, pointers to GDI bitmaps, screen coordinates, file paths, base64 encoded images, and window titles/unique identifiers.
  • Support for additional parameters to specify a crop array and foreign language OCR.