- Thread starter
- #691
As fischy667 pointed out it is possible to find the score in the image, the difficulty is now to extract them.
In fact, extracting the image itself is not difficult, the problem is more about displaying it.
Two solutions:
1) extract the image and display it as is
=> the engine that displays the scores in MP needs to be modified because it uses only labels (GUILabelControl). Also I think it will be weird.
2) extract the image and parse it to get the score as text
=> I made a quick search for a simple OCR library in C# (not requiring to install extra stuff) but I couldn't find anything :-(
So there is no easy solution for this.
In fact, extracting the image itself is not difficult, the problem is more about displaying it.
Two solutions:
1) extract the image and display it as is
=> the engine that displays the scores in MP needs to be modified because it uses only labels (GUILabelControl). Also I think it will be weird.
2) extract the image and parse it to get the score as text
=> I made a quick search for a simple OCR library in C# (not requiring to install extra stuff) but I couldn't find anything :-(
So there is no easy solution for this.