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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,4 +70,8 @@ It is being used to perform Natural Language Processing. We have the ability to
70
70
For advanced purposes, we might explore using spaCy.
71
71
72
72
### 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