I
I
Igor Mikhailov2021-01-02 01:11:16
Text recognising
Igor Mikhailov, 2021-01-02 01:11:16

How to recognize text from a screenshot?

What tool in Python can recognize nicknames from a screenshot?
An example of a screen is here:
61d0d12e5d52a685325976.png

You need to end up with two arrays with nicknames of friends and opponents.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
kapp1, 2021-01-02
@kapp1

1. Strip the screen into blocks so as not to process too much, strip it in the middle and process the team and opponents separately.
2. It's convenient that nicknames are in ENG, use CV2 to prepare photos and pytesseract for reading
3. Save the output as you like.
The most difficult thing is, as always, preprocessing (61d1c93020f48943592528.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question