Question #676498 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/676498

    Status: Open => Answered

RaiMan proposed the following answer:
Again: if it is only about extracting text from a web-page, then the
SikuliX environment is surely not the right tool, since the Python
scripting is done by the Java based Jython interpreter, which is far
behind the actual Python interpreter.

I checked some XML/HTML-parsers available for Python: most of them are
not useable with Jython and the useable one did not work.

So I recommend to start with the solution, that downloads the page-
content to a file, reads that file and the extracts the text by using
the standard string features.

I am sorry, but I do not have the time to write your scripts.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to