Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about sikuli-ide

Read more about sikuli-ide

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - sikuli-ide

How can I read text on the screen presented as an image using sikulix IDE?

I'm using sikulix IDE version 2.0.5 in windows 10 and the usage so far is successful. I want to read a specific single line text on the screen using sikulix IDE. I can't copy the text to the clipboard...
test-img

rich25

python

java

tesseract

jython

sikuli-ide

Votes: 0

Answers: 1

Latest Answer

text = Image.create("givenImage.png").text() If you want to read from only part of the image: text = Image.create("givenImage.png").getSub(x, y, w, h).text() where x and y are coun...
test-img

RaiMan

Sikulix - exists function has timeout?

i have a sikulix code with 5 if statement like this : if exists("1642200162130.png"): It enter in only one if statement, where there is only one click() click(Location(me.x + paddingx, me.y...
test-img

Valentin Garreau

bots

sikuli

sikuli-script

sikuli-ide

sikuli-x

Votes: 0

Answers: 1

Latest Answer

Yes, as described in the documentation here, you can overload the exists() function like this: exists(PS[, seconds]) Check whether the give pattern is visible on the screen. Parameters: PS – a Patte...
test-img

Eugene S

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved