Skip to content

Commit 7534aa7

Browse files
committed
Added opencv to README
1 parent 07461fb commit 7534aa7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,8 @@ It is being used to perform Natural Language Processing. We have the ability to
7070
For advanced purposes, we might explore using spaCy.
7171

7272
### rq
73-
rq(Redis Queue) is being used to enqueue the OCR extraction tasks on a Redis List. Workers running in the background dequeue from this list and invoke the service functions to perform actual OCR.
73+
rq(Redis Queue) is being used to enqueue the OCR extraction tasks on a Redis List. Workers running in the background dequeue from this list and invoke the service functions to perform actual OCR.
74+
75+
### opencv-contrib-python
76+
Provides Computer Vision and Image processing capability. We preprocess the image before performing recognition and detection.
77+
We apply grayscaling, smoothing and denoising, and thresholding and binarisation.

0 commit comments

Comments
 (0)