/* * Copyright (c) 2010-2016, Sikuli.org, sikulix.com * Released under the MIT License. * */ package org.sikuli.libslux; /** * This package contains prebuilt native (C++) module libVisionProxy.so * <br>needed to access the OpenCV and Tesseract packages. * <br>the sources can be found in the package sikulixlibvision * <br>For Windows and Mac, the libs are ready to use (exported at runtime) * <br>For Linux some prerequisites are needed - look into the docs */ public class Sikulix { private Sikulix(){} /** * Just show, what this package is for. * @param args whatever */ public static void main(String[] args) { System.out.println("sikulixlibslux - org.sikuli.libslux.Sikulix: nothing to do here. more info in javadocs."); } }