Merge pull request #7617 from blue-devil/master
tesseract updated with deps
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("./autogen.sh")
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("leptonica-license.txt")
|
||||
@@ -0,0 +1,24 @@
|
||||
--- lept.pc.in 2016-01-29 21:41:01.000000000 +0200
|
||||
+++ lept 2018-01-05 14:46:02.453185333 +0300
|
||||
@@ -1,12 +1,9 @@
|
||||
-prefix=@prefix@
|
||||
-exec_prefix=@exec_prefix@
|
||||
-libdir=@libdir@
|
||||
-includedir=@includedir@/leptonica
|
||||
-
|
||||
-Name: leptonica
|
||||
-Description: An open source C library for efficient image processing and image analysis operations
|
||||
-Version: @VERSION@
|
||||
-Libs: -L${libdir} -llept
|
||||
-Libs.private: @ZLIB_LIBS@ @LIBPNG_LIBS@ @JPEG_LIBS@ @GIFLIB_LIBS@ @LIBTIFF_LIBS@ @LIBWEBP_LIBS@
|
||||
-Cflags: -I${includedir}
|
||||
-
|
||||
+libdir=@libdir@
|
||||
+includedir=@includedir@/leptonica
|
||||
+
|
||||
+Name: leptonica
|
||||
+Description: An open source C library for efficient image processing and image analysis operations
|
||||
+Version: @VERSION@
|
||||
+Libs: -L${libdir} -llept
|
||||
+Libs.private: @ZLIB_LIBS@ @LIBPNG_LIBS@ @JPEG_LIBS@ @GIFLIB_LIBS@ @LIBTIFF_LIBS@ @LIBWEBP_LIBS@
|
||||
+Cflags: -I${includedir}
|
||||
@@ -0,0 +1,83 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>leptonica</Name>
|
||||
<Homepage>http://www.leptonica.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Apache-2.0</License>
|
||||
<PartOf>multimedia.plugin</PartOf>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Software that is broadly useful for image processing and image analysis applications</Summary>
|
||||
<Description>An open source C library for efficient image processing and image analysis operations.</Description>
|
||||
<Archive sha1sum="8da23bf6c87ca2071ed3c5b0c2c7cade5ee416b0" type="targz">https://github.com/DanBloomberg/leptonica/archive/1.79.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
<Dependency>giflib-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
<Dependency>webp-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!--<Patch>lept-pkgconfig.patch</Patch>-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>leptonica</Name>
|
||||
<Summary>Software that is broadly useful for image processing and image analysis applications</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>giflib</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>webp</Dependency>
|
||||
<Dependency>tiff</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>leptonica-devel</Name>
|
||||
<Summary>Development file for leptonica</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">leptonica</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="header">/usr/include/leptonica</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-01-18</Date>
|
||||
<Version>1.79.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-01-04</Date>
|
||||
<Version>1.74.4</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Ali Cengiz Kurt(alick)</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2017-01-18</Date>
|
||||
<Version>1.74.1</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>leptonica</Name>
|
||||
<Summary xml:lang="tr">Leptonica açık kaynaklı görsel işleme ve analiz kitaplığıdır.</Summary>
|
||||
<Description xml:lang="tr">Daha verimli görüntü işleme ve görsel çözümleme operasyonları için açık kaynaklı bir C kitaplığıdır.</Description>
|
||||
<Summary xml:lang="en">Leptonica Library</Summary>
|
||||
<Description xml:lang="en">An open source C library for efficient image processing and image analysis operations.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>leptonica-devel</Name>
|
||||
<Summary xml:lang="tr">leptonica için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">leptonica-devel, leptonica için geliştirme dosyaları içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
def install():
|
||||
for f in ["tur*", "aze.*", "aze_*","eng*", "deu*", "fra*", "ita*", "jpn*", "rus*", "spa*"]:
|
||||
pisitools.insinto("/usr/share/tessdata", f)
|
||||
|
||||
#shelltools.chmod(get.installDIR() + "/usr/share/tessdata/*")
|
||||
@@ -0,0 +1,146 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>tesseract-data</Name>
|
||||
<Homepage>https://github.com/tesseract-ocr/tessdata</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>APACHE</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>An OCR program data</Summary>
|
||||
<Description>An OCR program data</Description>
|
||||
<Archive sha1sum="94557a6ecdf8ff8bec131598759e7d3b0bca1911" type="targz">https://github.com/tesseract-ocr/tessdata/archive/4.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-tr</Name>
|
||||
<Summary>Tesseract OCR program Turkish data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/tur*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-az</Name>
|
||||
<Summary>Tesseract OCR program Azerbaijani data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/aze.*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-az-cyrillic</Name>
|
||||
<Summary>Tesseract OCR program Azerbaijani cyrillic data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/aze_cyrl.*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-en</Name>
|
||||
<Summary>Tesseract OCR program English data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/eng*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-de</Name>
|
||||
<Summary>Tesseract OCR program German data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/deu*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-fr</Name>
|
||||
<Summary>Tesseract OCR program French data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/fra*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-it</Name>
|
||||
<Summary>Tesseract OCR program Italian data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/ita*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-jpn</Name>
|
||||
<Summary>Tesseract OCR program Japan data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/jpn*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-ru</Name>
|
||||
<Summary>Tesseract OCR program Russian data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/rus*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-spa</Name>
|
||||
<Summary>Tesseract OCR program Spanish data</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/spa*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-01-19</Date>
|
||||
<Version>4.0.0</Version>
|
||||
<Comment>Rebuilt for the new toolchain.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-01-26</Date>
|
||||
<Version>4.0.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,68 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>tesseract-data</Name>
|
||||
<Summary xml:lang="tr">An OCR programm</Summary>
|
||||
<Description xml:lang="tr">An OCR programm</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-tr</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Türkçe verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-tr, Tesseract OCR yazılımı Türkçe verisi içerir.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-az</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Azerbaycan Türkçe verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-az, Tesseract OCR yazılımı Azerbacan Türkçesi verisi içerir.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-az-cyrillic</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Azerbaycan Türkçe(Kiril harfleriyle) verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-az-cyrillic, Tesseract OCR yazılımı Azerbacan Türkçesi(Kiril harfleriyle) verisi içerir.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-en</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı İngilizce verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-en, Tesseract OCR yazılımı İngilizce verisi içerir.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-de</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Almanca verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-de, Tesseract OCR yazılımı Almanca verisi içerir.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-fr</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Fransızca verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-fr, Tesseract OCR yazılımı Fransızca verisi içerir.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-it</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı İtalyanca verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-it, Tesseract OCR yazılımı Fransızca verisi içerir.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-jpn</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Japonca verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-jpn, Tesseract OCR yazılımı Japonca verisi içerir.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-ru</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Rusça verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-ru, Tesseract OCR yazılımı Rusça verisi içerir.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-data-spa</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı İspanyolca verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-spa, Tesseract OCR yazılımı İspanyolca verisi içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -0,0 +1,26 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("./autogen.sh")
|
||||
autotools.configure("--disable-static")
|
||||
# fıx unused dırect dependency analysis
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
autotools.make("training")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
autotools.make("training-install DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
@@ -0,0 +1,110 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>tesseract</Name>
|
||||
<Homepage>https://github.com/tesseract-ocr/tesseract</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>office.misc</PartOf>
|
||||
<License>APACHE</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Tesseract OCR Engine</Summary>
|
||||
<Description>This package contains an OCR engine - libtesseract and a command line program - tesseract. Tesseract 4 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tess</Description>
|
||||
<Archive sha1sum="25318bb3f57ef72d5736730739451673f4a66f51" type="targz">https://github.com/tesseract-ocr/tesseract/archive/4.1.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>leptonica-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>icu4c-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
<Dependency>libgomp</Dependency>
|
||||
<!-- dependecies for documentation -->
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>asciidoc</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract</Name>
|
||||
<Summary>Tesseract OCR Engine</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>leptonica</Dependency>
|
||||
<Dependency>libgomp</Dependency>
|
||||
<Dependency>tiff</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libtesseract.so.4.0.1</Path>
|
||||
<Path fileType="library">/usr/lib/libtesseract.so.4</Path>
|
||||
<Path fileType="library">/usr/lib/libtesseract.so</Path>
|
||||
<Path fileType="executable">/usr/bin/tesseract</Path>
|
||||
<Path fileType="data">/usr/share/tessdata</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-devel</Name>
|
||||
<Summary>Development files for tesseract</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/pkgconfig/tesseract.pc</Path>
|
||||
<Path fileType="header">/usr/include/tesseract</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-tools</Name>
|
||||
<Summary>Tools for tesseract</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">tesseract</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>leptonica</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>icu4c</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/set_unicharset_properties</Path>
|
||||
<Path fileType="executable">/usr/bin/language-specific.sh</Path>
|
||||
<Path fileType="executable">/usr/bin/unicharset_extractor</Path>
|
||||
<Path fileType="executable">/usr/bin/tesstrain_utils.sh</Path>
|
||||
<Path fileType="executable">/usr/bin/combine_lang_model</Path>
|
||||
<Path fileType="executable">/usr/bin/classifier_tester</Path>
|
||||
<Path fileType="executable">/usr/bin/merge_unicharsets</Path>
|
||||
<Path fileType="executable">/usr/bin/combine_tessdata</Path>
|
||||
<Path fileType="executable">/usr/bin/shapeclustering</Path>
|
||||
<Path fileType="executable">/usr/bin/ambiguous_words</Path>
|
||||
<Path fileType="executable">/usr/bin/dawg2wordlist</Path>
|
||||
<Path fileType="executable">/usr/bin/wordlist2dawg</Path>
|
||||
<Path fileType="executable">/usr/bin/tesstrain.sh</Path>
|
||||
<Path fileType="executable">/usr/bin/lstmtraining</Path>
|
||||
<Path fileType="executable">/usr/bin/cntraining</Path>
|
||||
<Path fileType="executable">/usr/bin/mftraining</Path>
|
||||
<Path fileType="executable">/usr/bin/text2image</Path>
|
||||
<Path fileType="executable">/usr/bin/lstmeval</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-01-19</Date>
|
||||
<Version>4.1.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-01-25</Date>
|
||||
<Version>4.0.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>tesseract</Name>
|
||||
<Summary xml:lang="tr">Tesseract OCR Motoru</Summary>
|
||||
<Description xml:lang="tr">tesseract, en kararlı açık kaynaklı OCR (Optik Karakter Tanıma) motorlarından biridir. Uygulama girdi olarak aldığı çeşitli resim biçimlerini analiz ederek metin biçiminde çıktı üretir.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-devel</Name>
|
||||
<Summary xml:lang="tr">tesseract için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">tesseract-devel, tesseract için geliştirme dosyaları içerir.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>tesseract-tools</Name>
|
||||
<Summary xml:lang="tr">tesseract için araçlar</Summary>
|
||||
<Description xml:lang="tr">tesseract-tools, tesseract için araçlar içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
+345
@@ -36197,6 +36197,86 @@ cleaner, which will allow to add new features in the future.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>leptonica</Name>
|
||||
<Homepage>http://www.leptonica.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Apache-2.0</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>multimedia.plugin</PartOf>
|
||||
<Summary xml:lang="en">Leptonica Library</Summary>
|
||||
<Summary xml:lang="tr">Leptonica açık kaynaklı görsel işleme ve analiz kitaplığıdır.</Summary>
|
||||
<Description xml:lang="en">An open source C library for efficient image processing and image analysis operations.</Description>
|
||||
<Description xml:lang="tr">Daha verimli görüntü işleme ve görsel çözümleme operasyonları için açık kaynaklı bir C kitaplığıdır.</Description>
|
||||
<Archive type="targz" sha1sum="8da23bf6c87ca2071ed3c5b0c2c7cade5ee416b0" name="1.79.0.tar.gz">https://github.com/DanBloomberg/leptonica/archive/1.79.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
<Dependency>giflib-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
<Dependency>webp-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>multimedia/plugin/leptonica/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>leptonica</Name>
|
||||
<Summary xml:lang="en">Software that is broadly useful for image processing and image analysis applications</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>giflib</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>webp</Dependency>
|
||||
<Dependency>tiff</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>leptonica-devel</Name>
|
||||
<Summary xml:lang="en">Development file for leptonica</Summary>
|
||||
<Summary xml:lang="tr">leptonica için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">leptonica-devel, leptonica için geliştirme dosyaları içerir.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="3">leptonica</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="header">/usr/include/leptonica</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-01-18</Date>
|
||||
<Version>1.79.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-01-04</Date>
|
||||
<Version>1.74.4</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Ali Cengiz Kurt(alick)</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2017-01-18</Date>
|
||||
<Version>1.74.1</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libchromaprint</Name>
|
||||
@@ -204036,6 +204116,161 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>tesseract-data</Name>
|
||||
<Homepage>https://github.com/tesseract-ocr/tessdata</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>APACHE</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>office.misc</PartOf>
|
||||
<Summary xml:lang="en">An OCR program data</Summary>
|
||||
<Summary xml:lang="tr">An OCR programm</Summary>
|
||||
<Description xml:lang="en">An OCR program data</Description>
|
||||
<Description xml:lang="tr">An OCR programm</Description>
|
||||
<Archive type="targz" sha1sum="94557a6ecdf8ff8bec131598759e7d3b0bca1911" name="4.0.0.tar.gz">https://github.com/tesseract-ocr/tessdata/archive/4.0.0.tar.gz</Archive>
|
||||
<SourceURI>office/misc/tesseract-data/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>tesseract-data-tr</Name>
|
||||
<Summary xml:lang="en">Tesseract OCR program Turkish data</Summary>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Türkçe verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-tr, Tesseract OCR yazılımı Türkçe verisi içerir.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/tur*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>tesseract-data-az</Name>
|
||||
<Summary xml:lang="en">Tesseract OCR program Azerbaijani data</Summary>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Azerbaycan Türkçe verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-az, Tesseract OCR yazılımı Azerbacan Türkçesi verisi içerir.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/aze.*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>tesseract-data-az-cyrillic</Name>
|
||||
<Summary xml:lang="en">Tesseract OCR program Azerbaijani cyrillic data</Summary>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Azerbaycan Türkçe(Kiril harfleriyle) verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-az-cyrillic, Tesseract OCR yazılımı Azerbacan Türkçesi(Kiril harfleriyle) verisi içerir.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/aze_cyrl.*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>tesseract-data-en</Name>
|
||||
<Summary xml:lang="en">Tesseract OCR program English data</Summary>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı İngilizce verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-en, Tesseract OCR yazılımı İngilizce verisi içerir.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/eng*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>tesseract-data-de</Name>
|
||||
<Summary xml:lang="en">Tesseract OCR program German data</Summary>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Almanca verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-de, Tesseract OCR yazılımı Almanca verisi içerir.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/deu*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>tesseract-data-fr</Name>
|
||||
<Summary xml:lang="en">Tesseract OCR program French data</Summary>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Fransızca verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-fr, Tesseract OCR yazılımı Fransızca verisi içerir.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/fra*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>tesseract-data-it</Name>
|
||||
<Summary xml:lang="en">Tesseract OCR program Italian data</Summary>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı İtalyanca verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-it, Tesseract OCR yazılımı Fransızca verisi içerir.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/ita*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>tesseract-data-jpn</Name>
|
||||
<Summary xml:lang="en">Tesseract OCR program Japan data</Summary>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Japonca verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-jpn, Tesseract OCR yazılımı Japonca verisi içerir.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/jpn*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>tesseract-data-ru</Name>
|
||||
<Summary xml:lang="en">Tesseract OCR program Russian data</Summary>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı Rusça verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-ru, Tesseract OCR yazılımı Rusça verisi içerir.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/rus*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>tesseract-data-spa</Name>
|
||||
<Summary xml:lang="en">Tesseract OCR program Spanish data</Summary>
|
||||
<Summary xml:lang="tr">Tesseract OCR yazılımı İspanyolca verisi</Summary>
|
||||
<Description xml:lang="tr">tesseract-data-spa, Tesseract OCR yazılımı İspanyolca verisi içerir.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/tessdata/spa*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-01-19</Date>
|
||||
<Version>4.0.0</Version>
|
||||
<Comment>Rebuilt for the new toolchain.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-01-26</Date>
|
||||
<Version>4.0.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libofx</Name>
|
||||
@@ -204126,6 +204361,116 @@ complete albums that you have purchased from Amazon.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>tesseract</Name>
|
||||
<Homepage>https://github.com/tesseract-ocr/tesseract</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>APACHE</License>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>office.misc</PartOf>
|
||||
<Summary xml:lang="en">Tesseract OCR Engine</Summary>
|
||||
<Summary xml:lang="tr">Tesseract OCR Motoru</Summary>
|
||||
<Description xml:lang="en">This package contains an OCR engine - libtesseract and a command line program - tesseract. Tesseract 4 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tess</Description>
|
||||
<Description xml:lang="tr">tesseract, en kararlı açık kaynaklı OCR (Optik Karakter Tanıma) motorlarından biridir. Uygulama girdi olarak aldığı çeşitli resim biçimlerini analiz ederek metin biçiminde çıktı üretir.</Description>
|
||||
<Archive type="targz" sha1sum="25318bb3f57ef72d5736730739451673f4a66f51" name="4.1.1.tar.gz">https://github.com/tesseract-ocr/tesseract/archive/4.1.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>leptonica-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>icu4c-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
<Dependency>libgomp</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
<Dependency>asciidoc</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>office/misc/tesseract/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>tesseract</Name>
|
||||
<Summary xml:lang="en">Tesseract OCR Engine</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>leptonica</Dependency>
|
||||
<Dependency>libgomp</Dependency>
|
||||
<Dependency>tiff</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libtesseract.so.4.0.1</Path>
|
||||
<Path fileType="library">/usr/lib/libtesseract.so.4</Path>
|
||||
<Path fileType="library">/usr/lib/libtesseract.so</Path>
|
||||
<Path fileType="executable">/usr/bin/tesseract</Path>
|
||||
<Path fileType="data">/usr/share/tessdata</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>tesseract-devel</Name>
|
||||
<Summary xml:lang="en">Development files for tesseract</Summary>
|
||||
<Summary xml:lang="tr">tesseract için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">tesseract-devel, tesseract için geliştirme dosyaları içerir.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="2">tesseract</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/pkgconfig/tesseract.pc</Path>
|
||||
<Path fileType="header">/usr/include/tesseract</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>tesseract-tools</Name>
|
||||
<Summary xml:lang="en">Tools for tesseract</Summary>
|
||||
<Summary xml:lang="tr">tesseract için araçlar</Summary>
|
||||
<Description xml:lang="tr">tesseract-tools, tesseract için araçlar içerir.</Description>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="2">tesseract</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>leptonica</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>icu4c</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/set_unicharset_properties</Path>
|
||||
<Path fileType="executable">/usr/bin/language-specific.sh</Path>
|
||||
<Path fileType="executable">/usr/bin/unicharset_extractor</Path>
|
||||
<Path fileType="executable">/usr/bin/tesstrain_utils.sh</Path>
|
||||
<Path fileType="executable">/usr/bin/combine_lang_model</Path>
|
||||
<Path fileType="executable">/usr/bin/classifier_tester</Path>
|
||||
<Path fileType="executable">/usr/bin/merge_unicharsets</Path>
|
||||
<Path fileType="executable">/usr/bin/combine_tessdata</Path>
|
||||
<Path fileType="executable">/usr/bin/shapeclustering</Path>
|
||||
<Path fileType="executable">/usr/bin/ambiguous_words</Path>
|
||||
<Path fileType="executable">/usr/bin/dawg2wordlist</Path>
|
||||
<Path fileType="executable">/usr/bin/wordlist2dawg</Path>
|
||||
<Path fileType="executable">/usr/bin/tesstrain.sh</Path>
|
||||
<Path fileType="executable">/usr/bin/lstmtraining</Path>
|
||||
<Path fileType="executable">/usr/bin/cntraining</Path>
|
||||
<Path fileType="executable">/usr/bin/mftraining</Path>
|
||||
<Path fileType="executable">/usr/bin/text2image</Path>
|
||||
<Path fileType="executable">/usr/bin/lstmeval</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-01-19</Date>
|
||||
<Version>4.1.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2019-01-25</Date>
|
||||
<Version>4.0.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>librevenge</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
7212aa685d78303908d6b2c314869471958d4d39
|
||||
e324348b91f7b8e8f958bc9ea6d909a6169c95c3
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
86453fd66dd9a451d325795ff333cadec4fc56f6
|
||||
0f9953a8e704f270ef0cc58b0c93f803b4e75ff1
|
||||
Reference in New Issue
Block a user