tesseract-ocr / tessdata

Trained models with fast variant of the "best" LSTM models + legacy models
Apache License 2.0
6.45k stars 2.2k forks source link

Removed Inaccessible Submodules #153

Closed mohamadmansourX closed 3 years ago

mohamadmansourX commented 3 years ago

Trying to link only part of a tessconfigs repository - that are (configs and pdf.ttf) - can't be done this way. Cloning only part of a repo is not supported. Can only point to the whole repository. References [1, 2]

In addition tessconfig is already linked!

stweil commented 3 years ago

The expected use is to run git submodule update --init in the tessdata directory. Then those links work fine and you get a valid and complete tessdata for tesseract, so there is no need to remove the two links.