Re: [tesseract-ocr] Tesseract-ocr in quiet mode

2023-07-23 Thread astro

HI,
 Just found the solution. Here is a code snippet in case anyone is 
interested.


|Dim p as New ProcessStartInfo(@"command", args) p.WindowStyle = 
ProcessWindowStyle.Hidden p.CreateNoWindow = true Process.Start(p) 
Cheers Nor |




On 7/23/2023 10:13 AM, astro wrote:

Hi Zdenko
THanks for that reply. I wasn't sure if that was the case or not. 
Guess I just have to live with it.


Cheers
 NOr

On 7/23/2023 10:01 AM, Zdenko Podobny wrote:
It is not a tesseract problem but the VB. Prove for this you can find 
in pytesseract that call tesseract executable without console windows.


Zdenko


ne 23. 7. 2023 o 15:55 nor s  napísal(a):

Is there a way to have Tesseract run without producing a Dos
window? I'm incorporating a call to Tesseract-ocr in my VB.net
application to read some date info from an image. Each time I 
execute Tesseract I get a dos window popping up.  I'm on windows
10 and Tesseract 5.0
Thanks
 Nor

-- 
You received this message because you are subscribed to the

Google Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion on the web visit

https://groups.google.com/d/msgid/tesseract-ocr/069f46f9--4b71-85f8-62dd28b77702n%40googlegroups.com

.

--
You received this message because you are subscribed to the Google 
Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, 
send an email to tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/CAJbzG8ynd%3DDY_5pXZ%2BMtxtHyEeOHfhfCVNn04ezut1ORckg1Zg%40mail.gmail.com 
.




--
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/bf8b20da-9cdb-caa2-deec-4e5ba81dee55%40gmail.com.


Re: [tesseract-ocr] Tesseract-ocr in quiet mode

2023-07-23 Thread astro

Hi Zdenko
THanks for that reply. I wasn't sure if that was the case or not. Guess 
I just have to live with it.


Cheers
 NOr

On 7/23/2023 10:01 AM, Zdenko Podobny wrote:
It is not a tesseract problem but the VB. Prove for this you can find 
in pytesseract that call tesseract executable without console windows.


Zdenko


ne 23. 7. 2023 o 15:55 nor s  napísal(a):

Is there a way to have Tesseract run without producing a Dos
window? I'm incorporating a call to Tesseract-ocr in my VB.net
application to read some date info from an image. Each time I 
execute Tesseract I get a dos window popping up.  I'm on windows
10 and Tesseract 5.0
Thanks
 Nor

-- 
You received this message because you are subscribed to the Google

Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion on the web visit

https://groups.google.com/d/msgid/tesseract-ocr/069f46f9--4b71-85f8-62dd28b77702n%40googlegroups.com

.

--
You received this message because you are subscribed to the Google 
Groups "tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/CAJbzG8ynd%3DDY_5pXZ%2BMtxtHyEeOHfhfCVNn04ezut1ORckg1Zg%40mail.gmail.com 
.


--
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/c5c6b79c-3217-ad42-3445-fa0d64d843d8%40gmail.com.


Re: [tesseract-ocr] Tesseract-ocr in quiet mode

2023-07-23 Thread Zdenko Podobny
It is not a tesseract problem but the VB. Prove for this you can find in
pytesseract that call tesseract executable without console windows.

Zdenko


ne 23. 7. 2023 o 15:55 nor s  napísal(a):

> Is there a way to have Tesseract run without producing a Dos window? I'm
> incorporating a call to Tesseract-ocr in my VB.net application to read some
> date info from an image. Each time I  execute Tesseract I get a dos window
> popping up.  I'm on windows 10 and Tesseract 5.0
> Thanks
>  Nor
>
> --
> You received this message because you are subscribed to the Google Groups
> "tesseract-ocr" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tesseract-ocr+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tesseract-ocr/069f46f9--4b71-85f8-62dd28b77702n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/CAJbzG8ynd%3DDY_5pXZ%2BMtxtHyEeOHfhfCVNn04ezut1ORckg1Zg%40mail.gmail.com.


[tesseract-ocr] Tesseract-ocr in quiet mode

2023-07-23 Thread nor s
Is there a way to have Tesseract run without producing a Dos window? I'm 
incorporating a call to Tesseract-ocr in my VB.net application to read some 
date info from an image. Each time I  execute Tesseract I get a dos window 
popping up.  I'm on windows 10 and Tesseract 5.0
Thanks
 Nor

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/069f46f9--4b71-85f8-62dd28b77702n%40googlegroups.com.