We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7eea5 commit c4787c5Copy full SHA for c4787c5
requirements.txt
@@ -8,3 +8,4 @@ pdf2image # Convert non-searchable PDF pages to images, provides conve
8
nltk # natural language toolkit. Used for text analysis
9
boto3 # Need to communicate with AWS Textract service
10
rq # Redis-queue for task/worker setup
11
+Pillow # To perform image preprocessing before OCR. Performs grayscale conversion, denoising and binarization
0 commit comments