Try these binaries
https://www.dropbox.com/s/obiqvrt4m53pmoz/tesseract-4.0.0-alpha.zip?dl=1

On Saturday, February 11, 2017 at 10:15:07 PM UTC+3, Essam Zaky wrote:
>
>
> I had downloaded the following version 
>
> http://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-setup-4.00.00dev.exe
> then installed and copied the installed files and replaced the files in 
> cppan build folder "C:\Users\myloo" and run command
>
> tesseract testing\phototest.tif - -l eng
> Page 1
> This is a lot of 12 point text to test the
> ocr code and see if it works on all types
> of file format.
>
> The quick brown dog jumped over the
> lazy fox. The quick brown dog jumped
> over the lazy fox. The quick brown dog
> jumped over the lazy fox. The quick
> brown dog jumped over the lazy fox.
>
> so the installed version is similar to your machine
>
> but when restore the original files built by cppan command
> it crash as follow
> C:\Users\myloo>tesseractmain testing\phototest.tif - -l eng
> Page 1
> DotProductSSE can't be used on Android
>
> I'm Using Visual Studio2015 also I have VS2010 installed in the machine
> My machine configuration as follow
> see the following image
>
>
> <https://lh3.googleusercontent.com/-CsG-qDa9ZaY/WJ9iJtBSYTI/AAAAAAAAAHc/DGamm44_XZEAbAhTF9KTGOW-KpGQHdepQCLcB/s1600/MyhomemachineConfig.png>
>
>
> بتاريخ السبت، 11 فبراير، 2017 7:34:02 م UTC+2، كتب Egor Pugin:
>>
>> Test image was recognized fine for me.
>>
>> >tesseractmain.exe testing\phototest.tif - -l eng
>> Page 1
>> This is a lot of 12 point text to test the
>> ocr code and see if it works on all types
>> of file format.
>>
>> The quick brown dog jumped over the
>> lazy fox. The quick brown dog jumped
>> over the lazy fox. The quick brown dog
>> jumped over the lazy fox. The quick
>> brown dog jumped over the lazy fox.
>>
>> Please, write:
>> 1. your processor
>> 2. your windows version
>> 3. visual studio version
>>
>>
>>
>> On Saturday, February 11, 2017 at 7:44:42 PM UTC+3, Essam Zaky wrote:
>>>
>>> yes the error still exist when try to launch 
>>>
>>> C:\Users\myloo>tesseractmain 1.tif 1 -l ara
>>> Tesseract Open Source OCR Engine v4.00.00alpha with Leptonica
>>> TIFFReadDirectory: Warning, Unknown field with tag 292 (0x124) 
>>> encountered.
>>> TIFFReadDirectory: Warning, Unknown field with tag 37680 (0x9330) 
>>> encountered.
>>> TIFFReadDirectory: Warning, Unknown field with tag 292 (0x124) 
>>> encountered.
>>> TIFFReadDirectory: Warning, Unknown field with tag 37680 (0x9330) 
>>> encountered.
>>> TIFFReadDirectory: Warning, Unknown field with tag 292 (0x124) 
>>> encountered.
>>> TIFFReadDirectory: Warning, Unknown field with tag 37680 (0x9330) 
>>> encountered.
>>> Page 1
>>> DotProductSSE can't be used on Android
>>>
>>> بتاريخ السبت، 11 فبراير، 2017 5:42:04 م UTC+2، كتب Egor Pugin:
>>>>
>>>> That's ok.
>>>> What about your android error? Does it still exist?
>>>>
>>>> On Saturday, February 11, 2017 at 6:31:58 PM UTC+3, Essam Zaky wrote:
>>>>>
>>>>> Hi Igor
>>>>>
>>>>> Same errors hapen
>>>>>
>>>>> i did not see any errors while cppan build just warning
>>>>>
>>>>> the 5 project in the solution file ar
>>>>> ALL_BUILD.vcxproj
>>>>> ZERO_CHECK.vcxproj
>>>>> cppan-d-b.vcxproj
>>>>> cppan-d-b-d.vcxproj
>>>>> cppan-d-c.vcxproj
>>>>>
>>>>> Note : i did not clean the storage and i run the command directly
>>>>>
>>>>> Best regards
>>>>>
>>>>> بتاريخ السبت، 11 فبراير، 2017 1:18:12 م UTC+2، كتب Egor Pugin:
>>>>>>
>>>>>> Hi Essam,
>>>>>>
>>>>>> I've updated cppan sources to the latest tess master.
>>>>>> Please, try to re-run the command and check your issues again.
>>>>>> cppan --build pvt.cppan.demo.google.tesseract.tesseract-master
>>>>>>
>>>>>> And by the way, what projects do you see in the solution?
>>>>>> Probably you have some build errors, so some projects left unbuilt.
>>>>>> Did you see any errors during the build?
>>>>>>
>>>>>> On Saturday, February 11, 2017 at 2:13:28 PM UTC+3, Essam Zaky wrote:
>>>>>>>
>>>>>>> Dear Egor
>>>>>>>
>>>>>>> In my home machinei,I had built the training and tesseract from 
>>>>>>> source 
>>>>>>> by following the following page
>>>>>>> https://github.com/tesseract-ocr/tesseract/wiki/Compiling#windows
>>>>>>> i faced the follwoing problems
>>>>>>> 1-I run the follwing 
>>>>>>> Run cppan --build pvt.cppan.demo.google.tesseract.tesseract-master
>>>>>>> the files binary files are generated but when run tesseract it crash
>>>>>>> C:\Users\myloo>tesseractmain 1.tif 1 -l ara
>>>>>>> Tesseract Open Source OCR Engine v4.00.00alpha with Leptonica
>>>>>>> TIFFReadDirectory: Warning, Unknown field with tag 292 (0x124) 
>>>>>>> encountered.
>>>>>>> TIFFReadDirectory: Warning, Unknown field with tag 37680 (0x9330) 
>>>>>>> encountered.
>>>>>>> TIFFReadDirectory: Warning, Unknown field with tag 292 (0x124) 
>>>>>>> encountered.
>>>>>>> TIFFReadDirectory: Warning, Unknown field with tag 37680 (0x9330) 
>>>>>>> encountered.
>>>>>>> TIFFReadDirectory: Warning, Unknown field with tag 292 (0x124) 
>>>>>>> encountered.
>>>>>>> TIFFReadDirectory: Warning, Unknown field with tag 37680 (0x9330) 
>>>>>>> encountered.
>>>>>>> Page 1
>>>>>>> DotProductSSE can't be used on Android
>>>>>>>
>>>>>>> 2-sln created not correct ,it contains only 5 project from all 
>>>>>>> tesseract  projects 
>>>>>>>
>>>>>>>
>>>>>>> what do you think and why detect that my windows machine as Android?
>>>>>>>
>>>>>>>
>>>>>>> بتاريخ الأربعاء، 18 يناير، 2017 3:32:36 م UTC+2، كتب Essam Zaky:
>>>>>>>>
>>>>>>>> Dear All
>>>>>>>> I have Windows and Visual Studio2010,2015
>>>>>>>> Are there any tutorial to build Tesseract4.00 from source
>>>>>>>> Also are there any tutorial to do the training process in windows
>>>>>>>>
>>>>>>>> any suggestion are welcome
>>>>>>>>
>>>>>>>> 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-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@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/8c27d442-a6db-4442-a8ad-95009c86bb22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to