Do you have a pattern/image matching API?

Do you have a pattern/image matching API? I want to identify some texts with my OW app using an OCR or image matching API.

There is no pattern/image matching per-say.
We do support an efficient way of getting an image from the game (including a rectangle part of the screen + scaling it) using the screenshot API, that has cropping options. It is the fastest and allows you to take partial areas of the screen.
In addition, there are good external JS libraries for pattern matching that you can integrate into your OW app.

I’ve used resemble.js for pattern matching, it worked fine and was easy to use.

2 Likes

thanks for the info!