-
Notifications
You must be signed in to change notification settings - Fork 18
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
Issues in testing #18
Comments
@jvdzwaan, @renevanderark could you please help to fix the above issues? |
Thank you for your interest in ochre. As mentioned in the README, it is not a product that can be used as is. I'm sorry but we do not have the time to provide support for using this code. |
Okay and thank you!!
…On Wednesday, 6 January 2021, Janneke van der Zwaan < ***@***.***> wrote:
Thank you for your interest in ochre. As mentioned in the README, it is
not a product that can be used as is. I'm sorry but we do not have the time
to provide support for using this code.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZU2JEKWVSK2KK3V6UKYN3SYSHMRANCNFSM4VS2UESA>
.
--
Thanks,
Atul
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are using OCHRE for Indian language data. After successfully installation the OCHRE and making a model, We are unable to do a test. When we run, this command
python -m ochre.lstm_synced_correct_ocr /path/to/keras/model/file /path/to/text/file/containing/the/characters/in/the/training/data /path/to/ocr/text/file
then we get the following error. I would also like to share with you that we have installed dateutil 2.5.1. But the same error comes-
/usr/bin/python: dateutil 2.5.0 is the minimum required version
I was wondering if you could please help me to fix the above issue.
In addition, I would like to know that we need to prepare charset manually to test the data or it will make automatically.
The text was updated successfully, but these errors were encountered: