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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: