Thanks! Actually I've found the HOCR output very useful here. It provides the path of the image file.
Many thanks, great tool! On Thursday, May 25, 2017 at 4:12:04 PM UTC+3, shree wrote: > > tesseract writes the file names to console, you can try the following: > > tesseract list.txt stdout > output.txt 2>&1 > > or > > tesseract list.txt stdout -c include_page_breaks=1 > output.txt 2>&1 > > > > > ShreeDevi > ____________________________________________________________ > भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com > > On Thu, May 25, 2017 at 4:10 PM, Matan <[email protected] <javascript:>> > wrote: > >> Hello, >> I'm using tesseract to process multiple images in one run. >> The problem is that the output provides me only with the results strings >> results, I can't connect the result to its original image. >> >> Is there a way to extend the results to provide more details such as, >> picture file name, path, etc.. >> >> thanks! >> >> -- >> 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 [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/tesseract-ocr. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/tesseract-ocr/b648183c-eb13-4214-823c-d2903bed696b%40googlegroups.com >> >> <https://groups.google.com/d/msgid/tesseract-ocr/b648183c-eb13-4214-823c-d2903bed696b%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/16358620-0cd2-4bc8-944a-3849a28be6f0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

