DanBloomberg / leptonica

Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. The official github repository for Leptonica is: danbloomberg/leptonica. See leptonica.org for more documentation.
Other
1.74k stars 387 forks source link

Download old releases #658

Closed PasaOpasen closed 1 year ago

PasaOpasen commented 1 year ago

Hello! I need a file with name liblept-5.dll which should be a part of leptonica 1.68, as I think. But I cannot find this old release version. Is there any old files storage with old leptonica versions?

zdenop commented 1 year ago

You can access older version via tags. E.g. https://github.com/DanBloomberg/leptonica/tree/v1.68 for web, download via https://codeload.github.com/DanBloomberg/leptonica/zip/refs/tags/v1.68 or with git: git clone --depth 1 -c advice.detachedHead=false -b "v1.68" https://github.com/DanBloomberg/leptonica.git

PasaOpasen commented 1 year ago

Thank u!