[tesseract-ocr] FOSS Project Proposal: tesseract-cloud

2017-03-21 Thread Rich Jones
Hello, all! I'm currently talking with a group of MuckRock users about automatically OCR'ing a very large set (tens of millions) of CIA documents. It looks like this will take many months to scan on a single machine, but I think it could happen in far less time if done in parallel on AWS

Re: [tesseract-ocr] Compilation problem for tesseract 4.00.00

2017-03-21 Thread Kazi Moinul Hossain
Finally, i solved it. Now after compilation, i am getting the correct version of leptonica and tesseract. *Tesseract version 4.00.00alphaleptonica version leptonica-1.74* I uninstalled libleptonica-dev and libtesseract-dev and again compiled. It ran with correct output. Thanks everyone in this

[tesseract-ocr] Re: Compilation problem for tesseract 4.00.00

2017-03-21 Thread Kazi Moinul Hossain
The code is *#include #include#include * *int main() {* *tesseract::TessBaseAPI *myOCR = new tesseract::TessBaseAPI();printf("Tesseract-ocr version: %s\n",myOCR->Version());printf("Leptonica version:

[tesseract-ocr] Re: Compilation problem for tesseract 4.00.00

2017-03-21 Thread Kazi Moinul Hossain
On Tuesday, 21 March 2017 17:34:27 UTC+6, Kazi Moinul Hossain wrote: > > The code is--- > > > > > > > > > > > > *#include#includeint > main(){tesseract::TessBaseAPI *first=new > tesseract::TessBaseAPI();printf("Tesseract version > %s\n",first->Version());printf("leptonica version >

[tesseract-ocr] Re: Compilation problem for tesseract 4.00.00

2017-03-21 Thread Kazi Moinul Hossain
Hi, After long effort, i installed leptonica 1.74 and tesseract 4.00alpha. But here goes another problem. When i am typing, "tesseract -v", i am getting the actual versions. *tesseract 4.00.00alpha leptonica-1.74 libjpeg 8d (libjpeg-turbo 1.4.2) : libpng 1.2.54 : libtiff 4.0.6 : zlib

Re: [tesseract-ocr] Re: New beginner

2017-03-21 Thread ShreeDevi Kumar
Make sure your input file phototest.tiff is in C:\Program Files\Tesseract-OCR Otherwise give full path to file. Main error is image file not found ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Tue, Mar 21, 2017

[tesseract-ocr] Re: New beginner

2017-03-21 Thread Fitriani Arifin
same issue here it only get error like this C:\Program Files\Tesseract-OCR>tesseract.exe phototest.tiff out Tesseract Open Source OCR Engine v3.05.00dev with Leptonica Error in fopenReadStream: file not found Error in findFileFormat: image file not found Error during processing.