Skip to content

Commit 4598307

Browse files
authored
Update README.md
1 parent 58f4328 commit 4598307

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Due to the constraints of remote input, this project currently supports Windows
2020
# Features
2121

2222
## Architecture
23-
ChromaScape provides an incredibly modular botting framework that uses dependency injection where possible to maximize flexibility and reusability across different automation tasks.
23+
ChromaScape provides an highly modular botting framework that uses dependency injection where possible to maximize flexibility and reusability across different automation tasks.
2424
Due to the separation of domain and core utilities it provides a greater level of control and expansion.
2525

2626
## Mouse input
@@ -49,7 +49,7 @@ Using the colours obtained from the picker, the framework scans defined screen r
4949
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.
5050

5151
## 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.
52+
ChromaScape utilises template matching for accurate and fast OCR. This solution - as opposed to machine learning - provides for ocr at runtime.
5353

54-
### Note:
54+
### Note on dependencies:
5555
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 template matching, 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

Comments
 (0)