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]> 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]. > 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/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/CAG2NduVZ91Kj97gBJhv5EH87SS3RDoFNxZpwu1etE9p%3DcJjwWA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

