thomasgruebl / rusty-tesseract

A Rust wrapper for Google Tesseract
MIT License
124 stars 14 forks source link

hide command console on windows #6

Closed Icekey closed 1 year ago

Icekey commented 1 year ago

Fixes a problem where the command opens a console in release mode on windows.

thomasgruebl commented 1 year ago

Thanks for reworking the project structure, looks great now!

I made a minor adjustment and added conditional compilation flags to the windows process lib that you added, because it didn't run on Linux anymore. Could you please check if it still runs on Windows without any issues? Thanks!

Icekey commented 1 year ago

It runs without issues on windows.