khjde1207 / tesseract_ocr

Tesseract OCR for flutter
BSD 3-Clause "New" or "Revised" License
62 stars 31 forks source link

windows support #22

Open vishwajit76 opened 2 years ago

vishwajit76 commented 2 years ago

I used in android device and its working well, now searched windows ocr package but those plugin not working properly.

khjde1207 commented 2 years ago

I've never developed a Windows plug-in. https://stackoverflow.com/questions/60821479/dartio-process-how-to-run-cmd-start-on-windows Is it possible to solve it this way?

rohitsangwan01 commented 1 year ago

@khjde1207 if you have a commandLine project of Windows , an executable file , then you can try this approach , i used in one of my plugin https://github.com/rohitsangwan01/win_ble/blob/main/lib/src/win_ble.dart#L55 or you can also try this approach , https://github.com/rohitsangwan01/windows_ocr/tree/null_safety