kfrancis / ocr

A plugin to provide the ability to do simple text from image OCR using nothing but platform APIs.
MIT License
93 stars 4 forks source link

Can I use this repo for WinForm project? #4

Closed zydjohnHotmail closed 2 months ago

zydjohnHotmail commented 4 months ago

Hi, I found your repo, it looks nice. But many of my projects are using WinForms, I need a lot of OpenCvSharp code and some SQL Server database code. But I also need OCR, I think Windows 10 has built-in OCR support, but not for WinForms project, so I wounder if I can use your repo in my WinForms project. If yes, then give me a general instructions on how to do this. Thanks,

kfrancis commented 4 months ago

I doubt it, at least not directly (unless it's Maui). Can you access Windows.Media.OcrEngine? If so, you might be able to just do the same thing I'm doing for my windows implementation.