--
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+unsubscribe@googlegroups.com.
To post to this group, send email to tesser...@googlegroups.com.
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.
For more options, visit https://groups.google.com/d/optout.
tesseract writes the file names to console, you can try the following:tesseract list.txt stdout > output.txt 2>&1ortesseract 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 <mata...@gmail.com> 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 tesseract-oc...@googlegroups.com.