Skip to content

Releases: iseahound/Vis2

v2.1

03 Mar 18:15
09d5596
Compare
Choose a tag to compare

This release improves the image processing functionality of Vis2.

  • Uses ImagePut instead of Gdip_All.ahk
  • Accepts over 20+ input types over the existing 6. See Documentation here.
  • Includes multi-monitor DPI support for image capture.
  • Ability to specify image type, scale and crop parameters.

v2.0

09 Dec 15:37
7e3840d
Compare
Choose a tag to compare

This release contains several bugfixes.

  • Fixes a bug that causes the highlight rectangle to occasionally lag.
  • Fix for ImageIdentify by Fredrik Nordström.

Going forward, the plan is to publish releases every month or so, to bring Vis2 to be up to date.

August 2017 - Release 2018-04-04

27 Nov 22:47
72698e8
Compare
Choose a tag to compare

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.