deanmalmgren / textract

extract text from any document. no muss. no fuss.
http://textract.readthedocs.io
MIT License
3.89k stars 599 forks source link

create new console with no new window if in win32 #293

Open Pandaaaa906 opened 5 years ago

bruot commented 5 years ago

Hi. I already submitted PR #180 that should fix this. One difference I see with your changes is that you set wShowWindow to SW_HIDE. I think this is not necessary since wShowWindow is set to 0 by default, which is the SW_HIDE value. See the subprocess doc.