Re: [tesseract-ocr] How to extend the output format

2017-05-25 Thread Matan
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 >

Re: [tesseract-ocr] How to extend the output format

2017-05-25 Thread ShreeDevi Kumar
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 भजन - कीर्तन - आरती @

[tesseract-ocr] How to extend the output format

2017-05-25 Thread Matan
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,