← Back to team overview

sikuli-driver team mailing list archive

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

 

Public bug reported:

@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>

** Affects: sikuli
     Importance: High
     Assignee: RaiMan (raimund-hocke)
         Status: Fix Committed

** Changed in: sikuli
       Status: New => Fix Committed

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

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
    Milestone: None => 1.1.2

-- 
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

Status in Sikuli:
  Fix Committed

Bug description:
  @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


Follow ups