Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try adaptive thresholding #5

Closed
falktan opened this issue Apr 15, 2021 · 3 comments
Closed

Try adaptive thresholding #5

falktan opened this issue Apr 15, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@falktan
Copy link
Owner

falktan commented Apr 15, 2021

In first test the results of the OCR from TesseractJS are not very convincing. One hint on how to improve on this that I read somewhere a while ago is to use a more suitable thresholding method. The one described here might be suitable:
https://docs.opencv.org/4.5.2/d7/dd0/tutorial_js_thresholding.html

  • implement a adaptive thresholding as a pre-processing step
  • find appropriate parameters
  • check if this really improves over previous results without pre-processing
@falktan
Copy link
Owner Author

falktan commented Apr 17, 2021

Here is a document supporting that this might be a good idea and also making a couple of other suggestions:
https://tesseract-ocr.github.io/tessdoc/ImproveQuality

@falktan falktan self-assigned this Apr 24, 2021
@falktan falktan added the enhancement New feature or request label Apr 24, 2021
@falktan
Copy link
Owner Author

falktan commented Apr 25, 2021

Started work to test this here:
Started work here:
https://github.com/falktan/ocrjs

@falktan
Copy link
Owner Author

falktan commented Apr 29, 2021

first implementation in https://github.com/falktan/ocrjs
Any further steps are tracked through #3 or new tickets to be opened.

@falktan falktan closed this as completed Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant