Python-World / python-mini-projects

A collection of simple python mini projects to enhance your python skills
https://python-world.github.io/python-mini-projects/#/
MIT License
14.83k stars 4.84k forks source link

New multi language OCR example. #437

Closed GT-ZhangAcer closed 2 years ago

GT-ZhangAcer commented 3 years ago

Description

This is a sample script for in-depth learning OCR that supports multiple languages.
We can select the main OCR language and the image to be recognized when running the script. After recognition, the coordinates of the characters in the picture, the recognized content and their confidence will also be printed.

Type of change

Choosing one or more options from the following as per the nature of your Pull request.

Checklist:

Please tick all the boxes that are fulfilled by your Pull Request.