You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,5 +48,8 @@ Using the colours obtained from the picker, the framework scans defined screen r
48
48
### Image and Sprite Detection
49
49
ChromaScape includes functionality for identifying images or sprites by comparing pixel patterns against stored templates. This technique allows robust detection of complex objects like UI elements or Sprites.
50
50
51
+
## Optical Character Recognition (OCR)
52
+
Chromascape utilises template matching for accurate and fast ocr. This solution - as opposed to machine learning - provides for ocr at runtime.
53
+
51
54
Note:
52
55
The batch file in this project downloads specific fonts and UI elements from the [OSBC](https://github.com/kelltom/OS-Bot-COLOR/tree/main) and [SRL-dev](https://github.com/Villavu/SRL-Development/tree/master) projects to enable accurate color detection, OCR, and UI consistency. These resources are used solely for educational and research purposes and they are not packaged directly within this repository
0 commit comments