When you click a html input or textarea, you may find there exists a border around them. In this tutorial, we will introduce you how to remove this border.
In this tutorial, we will introduce how to recognize chinese simplified text from an image using pytesseract and Tesseract-OCR. You can learn how to do by following our tutorial.Download chi_sim.traineddata
When you are using pytesseract to recognize chinese from an image, you may get an error: Failed loading language ‘chi_sim’. In this tutorial, we will introduce you how to fix.
When we are using opencv to match multiple objects from an image, we usually do not know how many objects in image. In order to detect correct object numbers, we can use a threshold when detecting. In this tutorial, we will introduce you how to do.