tesseract-ocr / test

Repository for tesseract testing
Apache License 2.0
30 stars 30 forks source link

Add info regarding fonts needed for stringrenderer_test #15

Closed Shreeshrii closed 5 years ago

stweil commented 5 years ago

Could you please add some information (origin, license of the fonts) to testing/README.md?

Shreeshrii commented 5 years ago

@stweil I have added the info regarding origin, license of the fonts to README.md.

@zdenop Please review whether the licensing is compatible. Thanks!

zdenop commented 5 years ago

@Shreeshrii: I am not lawyer... But I would suggest to not upload font to repository, but provide link where they can be downloaded or script that will install that fonts... IMO this is the safest way how to handle licence issue.

Shreeshrii commented 5 years ago

@zdenop I have deleted the font files. Info regarding the source of fonts has been added to README.

stweil commented 5 years ago

@zdenop, even if the fonts are now deleted in the latest revision, they are still part of the Git history. This increases the size and might be a license problem. Maybe the critical commits should be removed completely by rebasing the test repository (something which normally must not be done).

zdenop commented 5 years ago

@stweil : if you know how to do it, please do it.

stweil commented 5 years ago

Missing rights ...

zdenop commented 5 years ago

try now...

stweil commented 5 years ago

Thank you. @Shreeshrii, I rebased and squashed your last commits for test now, so the critical fonts are no longer part of the Git commit history.