Making a Tesseract model for my license plates

Requirements First download the following repository:git clone https://github.com/tesseract-ocr/tesstrain.git Navigate to the folder: cd tesstrain Compile the application:make tesseract-langdata Make a new to save the default language model to: mkdir -p usr/share/tessdata Now download the model: wget -P usr/share/tessdata https://github.com/tesseract-ocr/tessdata_best/raw/main/eng.traineddata Making the dataset I made pictures of random cars outside for my other model. When you […]