From 2fe5d38a67ab967aca92b06f07c8f28dc8916a1c Mon Sep 17 00:00:00 2001 From: Ken Soh Date: Sat, 28 Apr 2018 15:42:03 +0800 Subject: [PATCH] #145 - link to sikuli offline setup files to address issues with network policies during setup, based on the following - http://sikulix-2014.readthedocs.io/en/latest/basicinfo.html#sikulix-offline-setup --- README.md | 4 +++- src/media/RPA Workshop.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcb1cba6..efb9ef67 100755 --- a/README.md +++ b/README.md @@ -201,7 +201,9 @@ TagUI has built-in integration with [Sikuli (base on OpenCV)](http://sikulix.com Click to show where to download and install Sikuli, and a demo GIF of visual automation in action - Sikuli is excluded from TagUI packaged installation due to complex dependencies that are handled by its installer. First, make sure [Java JDK v8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) is installed. [Download Sikuli](http://sikulix.com/quickstart/) to tagui/src/tagui.sikuli folder and setup (choose option 1 - Pack1). Relative paths are supported for image filenames (eg pc.png, images/button.bmp). A screen (real or Xvfb) is needed for visual automation. [Tesseract OCR](https://github.com/tesseract-ocr/tesseract) (optical character recognition) is used for visually retrieving text. + Sikuli is excluded from TagUI packaged installation due to complex dependencies that are handled by its installer. First, make sure [Java JDK v8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) is installed. [Download Sikuli](http://sikulix.com/quickstart/) to tagui/src/tagui.sikuli folder and setup (choose option 1 - Pack1). If you have download error messages during setup, [unzip this file](https://raw.githubusercontent.com/tebelorg/Tump/master/Sikuli-1.1.2.zip) to tagui/src/tagui.sikuli folder, right-click sikulixsetup-1.1.2.jar and open or run as administrator. + + Relative paths are supported for image filenames (eg pc.png, images/button.bmp). A screen (real or Xvfb) is needed for visual automation. [Tesseract OCR](https://github.com/tesseract-ocr/tesseract) (optical character recognition) is used for visually retrieving text. ![Sample Visual Automation](https://raw.githubusercontent.com/tebelorg/Tump/master/visual_flow.gif) diff --git a/src/media/RPA Workshop.md b/src/media/RPA Workshop.md index 68e1484d..fcdb1a66 100644 --- a/src/media/RPA Workshop.md +++ b/src/media/RPA Workshop.md @@ -216,7 +216,9 @@ TagUI has built-in integration with [Sikuli (base on OpenCV)](http://sikulix.com Click to show where to download and install Sikuli, and a demo GIF of visual automation in action - Sikuli is excluded from TagUI packaged installation due to complex dependencies that are handled by its installer. First, make sure [Java JDK v8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) is installed. [Download Sikuli](http://sikulix.com/quickstart/) to tagui/src/tagui.sikuli folder and setup (choose option 1 - Pack1). Relative paths are supported for image filenames (eg pc.png, images/button.bmp). A screen (real or Xvfb) is needed for visual automation. [Tesseract OCR](https://github.com/tesseract-ocr/tesseract) (optical character recognition) is used for visually retrieving text. + Sikuli is excluded from TagUI packaged installation due to complex dependencies that are handled by its installer. First, make sure [Java JDK v8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) is installed. [Download Sikuli](http://sikulix.com/quickstart/) to tagui/src/tagui.sikuli folder and setup (choose option 1 - Pack1). If you have download error messages during setup, [unzip this file](https://raw.githubusercontent.com/tebelorg/Tump/master/Sikuli-1.1.2.zip) to tagui/src/tagui.sikuli folder, right-click sikulixsetup-1.1.2.jar and open or run as administrator. + + Relative paths are supported for image filenames (eg pc.png, images/button.bmp). A screen (real or Xvfb) is needed for visual automation. [Tesseract OCR](https://github.com/tesseract-ocr/tesseract) (optical character recognition) is used for visually retrieving text. ![Sample Visual Automation](https://raw.githubusercontent.com/tebelorg/Tump/master/visual_flow.gif)