Thank you very much for your answer. I found the same answer here: https://sourceforge.net/p/vietocr/discussion/833570/thread/1936704e/ Unfortunately, this does not improve the results. I found the following fragment in the source code: localObject3 = ImageHelper.getScaledInstance((BufferedImage)localObject3, (int)(((BufferedImage)localObject3).getWidth() * f2), (int)(((BufferedImage)localObject3).getHeight() * f2)); Maybe the f2 parameter is the key to solving this problem? Do you remember how f2...
Hi! I recently used the “Screenshot mode” and I think the results are amazing! I tried to resize images in Python, but it does not improve the result. Could anybody reveal what lines of code are responsible for this module? or how to implement this in python? I attach my favorite example :)