← Back to team overview

sikuli-driver team mailing list archive

[Bug 1728678] Re: [1.1.1] Maven dep sikulixapi does not allow text search/ocr

 

** Changed in: sikuli
   Importance: High => Critical

** Summary changed:

- [1.1.1] Maven dep sikulixapi does not allow text search/ocr
+ [1.1.1] Maven dep sikulixapi does not allow text search/ocr --- fixed 2017-11-03 --- use version 1.1.1 from MavenCentral

** Description changed:

- @romankovsv with following exception 
- [error] text: text recognition is now switched off --- no text --- 
- [log] CLICK on L(1391,517)@S(0)[0,0 1920x1080] (525 msec) 
+ ***************** fix info
+ the fix is valid for version 1.1.1 final on MavenCentral now and future versions (currently only 1.1.2-SNAPSHOT)
  
- Sikuli is working fine with clicking on button also functional test works well i mean this one Debug.setDebugLevel(3); 
- Screen s = new Screen(); 
- s.find(s.userCapture().getFile()).highlight(2); 
+ -------------------------------------------------------
+ @romankovsv with following exception
+ [error] text: text recognition is now switched off --- no text ---
+ [log] CLICK on L(1391,517)@S(0)[0,0 1920x1080] (525 msec)
+ 
+ Sikuli is working fine with clicking on button also functional test works well i mean this one Debug.setDebugLevel(3);
+ Screen s = new Screen();
+ s.find(s.userCapture().getFile()).highlight(2);
  
  but with recognition of text some issue
  
- I`m using java 8 
- <dependency> 
- <groupId>com.sikulix</groupId> 
- <artifactId>sikulixapi</artifactId> 
- <version>1.1.1-SNAPSHOT</version> 
+ I`m using java 8
+ <dependency>
+ <groupId>com.sikulix</groupId>
+ <artifactId>sikulixapi</artifactId>
+ <version>1.1.1-SNAPSHOT</version>
  </dependency>

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1728678

Title:
  [1.1.1] Maven dep sikulixapi does not allow text search/ocr --- fixed
  2017-11-03 --- use version 1.1.1 from MavenCentral

Status in Sikuli:
  Fix Committed

Bug description:
  ***************** fix info
  the fix is valid for version 1.1.1 final on MavenCentral now and future versions (currently only 1.1.2-SNAPSHOT)

  -------------------------------------------------------
  @romankovsv with following exception
  [error] text: text recognition is now switched off --- no text ---
  [log] CLICK on L(1391,517)@S(0)[0,0 1920x1080] (525 msec)

  Sikuli is working fine with clicking on button also functional test works well i mean this one Debug.setDebugLevel(3);
  Screen s = new Screen();
  s.find(s.userCapture().getFile()).highlight(2);

  but with recognition of text some issue

  I`m using java 8
  <dependency>
  <groupId>com.sikulix</groupId>
  <artifactId>sikulixapi</artifactId>
  <version>1.1.1-SNAPSHOT</version>
  </dependency>

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1728678/+subscriptions


References