We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899a286 commit 1c695dbCopy full SHA for 1c695db
1 file changed
README.md
@@ -10,6 +10,7 @@
10
## What
11
12
This repository powers http://ocr.petprojects.in and http://ocr-api.petprojects.in.
13
+It also supports http://nlp.petprojects.in.
14
15
This project performs the following broad functionalities:
16
- Text Detection
@@ -74,4 +75,4 @@ rq(Redis Queue) is being used to enqueue the OCR extraction tasks on a Redis Lis
74
75
76
### opencv-contrib-python
77
Provides Computer Vision and Image processing capability. We preprocess the image before performing recognition and detection.
-We apply grayscaling, smoothing and denoising, and thresholding and binarisation.
78
+We apply grayscaling, smoothing and denoising, and thresholding and binarisation.
0 commit comments