-
Notifications
You must be signed in to change notification settings - Fork 948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tesseract 4.0 #311
Comments
Hi,I have forked this repo, and update to the new version 4.00.000alpha. https://github.com/chaoskyme/Tesseract-OCR-iOS.git |
Hi Alex,
Thank you for the update, it is great. Could you please let me know if I could use traineddata prepared for tesseract 3.x ?
Thanks,
Eugene
Please excuse my typos...
… On Feb 16, 2017, at 5:21 PM, ALEX LIN ***@***.***> wrote:
Hi,I have forked this repo, and update to the new version 4.00.000alpha. https://github.com/chaoskyme/Tesseract-OCR-iOS.git
You can use it with Pod. pod 'TesseractOCRiOS', :git => 'https://github.com/chaoskyme/Tesseract-OCR-iOS.git'
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
You can download for https://github.com/tesseract-ocr/tessdata/tree/4d64457aacbc781a94d6aefc125765c3949c8827, tessdata release only has 3.04.00 and 4.00, so you can browse before 3.04.00 release commit. |
Hi Alex,
Thank you very much for the lead. My question was related to tessdata set compatibility as have my own set trained for special fonts. I tried your branch today, #1 it works :) Secondly it works about 30-40% slower than 3.4. Based on general 4.x discussion I was afraid of significant memory increase but found only slight increase in tesseract library 5.4 mb vs 5 mb for 3.4. I did not test run-time memory differences. Also in terms of accuracy 3.4.provides so far better results with my private tessdata.
I am very interested in your progress. Please keep me posted.
Regards,
--eugene
From: ALEX LIN <[email protected]>
To: gali8/Tesseract-OCR-iOS <[email protected]>
Cc: ekrivopaltsev <[email protected]>; Author <[email protected]>
Sent: Thursday, February 16, 2017 5:42 PM
Subject: Re: [gali8/Tesseract-OCR-iOS] Tesseract 4.0 (#311)
You can download for https://github.com/tesseract-ocr/tessdata/tree/4d64457aacbc781a94d6aefc125765c3949c8827, tessdata release only has 3.04.00 and 4.00, so you can browse before 3.04.00 release commit.
Or, you also can download for https://sourceforge.net/projects/tesseract-ocr-alt/files/?source=navbar, there are tesseract 3.02 traineddata.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@chaoskyme Hey there, I am trying to update to the 4.0alpha based on this recommendation: I updated my Podfile to your fork but I am getting the exact same results as I got the above referenced issue. Would you mind testing that file and seeing if you get the same odd result? I am using these tessdata files: https://github.com/tesseract-ocr/tessdata/releases/tag/3.04.00 |
@chaoskyme Hi, thank you so much for updating it to 4.0.0 version. By any chance you can share your experiences how you compile the source code? I followed the instructions but did not work for me. 十分感谢! |
@nilinyi Hi, there has a makefile in the TesseractOCR directory, you can run |
@chaoskyme Thank you so much! However, I got the same problem as the one described here. |
@chaoskyme Thanks for your fork to support V4.0 Alpha. The problem is that it does not support new LSTM traineddata (file size is smaller), for example, fast OR best. it reports the following error message: "Failed loading language 'eng' Any clue to solve this issue? Many Thanks! |
@drwjf instead of using |
@leinakesi Such a basic knowledge but still saved my day! |
Has anyone managed to update that fork to a newer version of tesseract? The make file fails for me:
|
Hi there, |
Hi, everyone. I have upgraded tesseract from 4.00.000alpha to 4.0.0 release. Wellcome PR to improvement it. https://github.com/chaoskyme/Tesseract-OCR-iOS |
Hi, I want to ask you that I developed ios and I used my own training library in my project but unfortunately it gave me a bug and I crashed |
Hey guys, for trouble with compilation, check this out. I faced the same issues while upgrading to Tesseract 4.1, and after thorough (and painful) investigation got it working. |
Hi Folks,
Do you have on a roadmap a plan to have a new version based on Tesseract 4.x ? I saw preliminary results and it seems 4.x has a lot of potentials.
Thanks,
--eugene
The text was updated successfully, but these errors were encountered: