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.