Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Develop a better image preprocessing algorithm. #10

Open
sgrpanchal31 opened this issue Aug 19, 2018 · 0 comments
Open

Develop a better image preprocessing algorithm. #10

sgrpanchal31 opened this issue Aug 19, 2018 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sgrpanchal31
Copy link
Member

sgrpanchal31 commented Aug 19, 2018

Currently, we are using the following filters before sending the images for OCR:
RGB -> Grayscale -> GaussianBlur -> Grayscale -> RGB
The problem we are facing is that some of the bold text is not been able to detect by OCR. Also, some of the images with non-black backgrounds are undetectable.
You can find the algorithm in the file process.py file under the function name preprocess_for_ocr.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: To discuss and validate
Development

No branches or pull requests

1 participant