SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "tesseract-ocr-data"

# SliTaz package receipt.

PACKAGE="tesseract-ocr-data"
VERSION="4.1.0"
CATEGORY="meta"
SHORT_DESC="The most accurate open source OCR engine available - language data files."
MAINTAINER="maintainer@slitaz.org"
LICENSE="Apache"
WEB_SITE="https://github.com/tesseract-ocr/tessdata"

TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://github.com/tesseract-ocr/tessdata/archive/refs/tags/$VERSION.tar.gz"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \
    sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
}
5935 packages and 845883 files in cooking database (Thu Jun 27 00:01:54 2024)