Skip to content

Commit 9169e4c

Browse files
committed
Correct the Readme
1 parent 90886b9 commit 9169e4c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@
1818
- The code is well-optimized and easy to maintain.
1919
- The code is well-designed and easy to maintain.
2020

21+
## Installation
22+
```
23+
pip install opencv-python
24+
pip install pytesseract
25+
pip install numpy
26+
pip install Pillow
27+
pip install imutils
28+
29+
python main.py
30+
31+
```
32+
2133
### `Reviewed from Professional Standards and some issues raised will be addressed at a later.`
2234

2335
# Code Review
@@ -65,18 +77,6 @@ The code includes basic error handling for cases where Tesseract OCR fails to de
6577
## Conclusion
6678
> Overall, the code is well-structured and follows best practices for image processing in Python. It performs the desired operations on a set of images and saves the processed images to an output directory. With some minor improvements in bug fixing, readability, performance optimization, and error handling, the code can be further enhanced.
6779
68-
## To Run
69-
70-
```
71-
pip install opencv-python
72-
pip install pytesseract
73-
pip install numpy
74-
pip install Pillow
75-
pip install imutils
76-
77-
python main.py
78-
79-
```
8080

8181
### If you have any questions, please contact me at <EMAIL>david.dev100@outlook.com or <SKYPE>live:.cid.abe2f56b5909b6ab
8282

0 commit comments

Comments
 (0)