Skip to content

Commit

Permalink
#145 - link to sikuli offline setup files
Browse files Browse the repository at this point in the history
to address issues with network policies during setup, based on the following -

http://sikulix-2014.readthedocs.io/en/latest/basicinfo.html#sikulix-offline-setup
  • Loading branch information
kensoh committed Apr 28, 2018
1 parent 925b6c0 commit 2fe5d38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
</summary>

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)

Expand Down
4 changes: 3 additions & 1 deletion src/media/RPA Workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
</summary>

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)

Expand Down

0 comments on commit 2fe5d38

Please # to comment.