Hello,

How do you run the script? What does it mean "nothing happens"?
Is there any output on the screen? Any error, message?

Zdenko


ut 23. 5. 2023 o 16:31 Varun Sareen <varunsi...@gmail.com> napĂ­sal(a):

> I am using the below batch file to run a ocr job on muliple jpg's. But
> nothing happens after I run the job. Is something wrong with the script??
>
> @Echo off
> Set _SourcePath=C:\Users\sareev\Pictures\SN RC\*.jpg
> Set _OutputPath=C:\Users\sareev\Pictures\SN RC\Output\
> Set _Tesseract="C:\Program Files\Tesseract-OCR\tesseract.exe"
> For %%A in (%_SourcePath%) Do Echo Converting %%A...&%_Tesseract% %%A
> %_OutputPath%%%~nA
> Set "_SourcePath="
> Set "_OutputPath="
> Set "_Tesseract="
>
> --
> 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/e87e4497-ec95-4dc1-a63c-dbbf4911409bn%40googlegroups.com
> <https://groups.google.com/d/msgid/tesseract-ocr/e87e4497-ec95-4dc1-a63c-dbbf4911409bn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAJbzG8yvP6DFLkonjJ%2BrYcN%3Dx1%2BvZMvMH5OXpxe3cEJBDJYLBQ%40mail.gmail.com.

Reply via email to