Lunar.OCR

A project to show how we can use Tesseract in UWP for Optical Character Recognition (OCR).

View on GitHub

Lunar OCR

This is a project for demonstrating how Tesseract and Azure Computer Vision can be used in an UWP app to perform Optical Character Recognition (OCR). The app now supports three languages, i.e. English, Simplified Chinese, and Korean.

Currently, the UWP app available on Microsoft Store works fine with only Azure Computer Vision on Windows 10 PC and on Hololens 2 (Emulator). Hence, if you would like to try out Tesseract, please download the source code directly from the GitHub and then deploy the UWP app locally.

Key Technologies

  1. Windows 10 (Version 1903 - Version 2004)
  2. NuGet - Tesseract (Version 4.1.1)
  3. Azure Computer Vision (Version 7.0.0)
  4. Hololens 2 Emulator

Contributing

First and foremost, thank you! I appreciate that you want to contribute to this project which is my personal project. Your time is valuable, and your contributions mean a lot to me. You are welcomed to contribute to this project development and make it more awesome every day.

Don’t hasitate to contact me, open issue, or even submit a PR if you are intrested to contribute to the project.

Together, we learn better.