chinese-hershey-font
Convert Chinese Characters to Single-Line Fonts using Computer Vision
:camera: Computer-Vision Demos
git clone https://github.com/brakmic/OpenCV.gitbrakmic/OpenCVA Windows Forms application for OCR text extraction from images using EmguCV and Tesseract.
This project was originally created ten years ago and remained unchanged since then. In 2025 I decided to modernize it and remove the cumbersome manual EmguCV/OpenCV installation process. The new version uses NuGet packages instead, making setup much simpler.
No manual environment configuration needed. The build process automatically downloads required Tesseract language data.
git clone https://github.com/brakmic/OpenCV.git cd OpenCV dotnet build
The first build will download tessdata files automatically.
By default, only English language data is downloaded. To use other languages, download them manually using the provided script.
Example for German:
pwsh -ExecutionPolicy Bypass -File scripts/Download-Tessdata.ps1 -TessdataPath CharacterRecognition/tessdata -Language deu
Then update the Language property in CharacterRecognition/appsettings.json to match your chosen language code.
Available language codes: eng, deu, fra, spa, ita, por, and many more.
dotnet run --project CharacterRecognition/CharacterRecognition.csproj
Or open OpenCV.sln in Visual Studio and press F5.
more like this
Convert Chinese Characters to Single-Line Fonts using Computer Vision
🎥🤟 8 minimalistic templates for tfjs mediapipe handpose and facemesh
Open-source, offline-first face recognition attendance platform that runs on any webcam.
search projects, people, and tags