Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for sikuli 2.0.5 api as it offers better OCR and image recognition #33

Open
syedaliakbarrafsanjani opened this issue Feb 4, 2022 · 1 comment

Comments

@syedaliakbarrafsanjani
Copy link

Hi @christianrondeau,
I have been using the SikuliSharp package and it is quite powerful and fast. However, am facing issues while trying to extract text from the image.

I am using this command: var result = runtime.Run(@"print ""RE:""+ Region(553,548,91,24).text()", "RE:", 10).

Its extracting but the text is not accurate. I tried the same text extraction using the Sikuli IDE (version 2.0.5) and it is perfectly extracting it. As the latest Sikuli is coming with better OCR capabilities, Need your suggestion/help to invoke the latest sikuli api available here (https://raiman.github.io/SikuliX1/downloads.html) Appreciate your help. Thanks

@christianrondeau
Copy link
Owner

Hi @syedaliakbarrafsanjani ! I'm currently unable to work on SikuliSharp (and I haven't been able to for a while), so I can only give you some pointers.

I'm unsure why the result would be different since SikuliSharp is really just a wrapper for SikulyX. You can see that I'm dealing with versions here: https://github.com/christianrondeau/SikuliSharp/blob/master/SikuliSharp/SikuliVersion.cs but I don't have version-dependent commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants