Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F3760
0001-Initial-working-tesseract.patch
DataDrake (Beatrice T. Meyers)
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
DataDrake
Sep 24 2016, 9:18 PM
2016-09-24 21:18:26 (UTC+0)
Size
5 KB
Referenced Files
None
Subscribers
None
0001-Initial-working-tesseract.patch
View Options
From 2a57185e648d43caac5647ac64240a6fc9c68703 Mon Sep 17 00:00:00 2001
From: "Bryan T. Meyers" <bmeyers@datadrake.com>
Date: Sat, 24 Sep 2016 17:18:09 -0400
Subject: [PATCH] Initial working tesseract
---
Makefile | 1 +
package.yml | 18 ++++++++++++++
pspec_x86_64.xml | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 95 insertions(+)
create mode 100644 Makefile
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..7f6844e
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,18 @@
+name : tesseract
+version : 3.04.01
+release : 1
+source :
+ - https://github.com/tesseract-ocr/tesseract/archive/3.04.01.tar.gz : 57f63e1b14ae04c3932a2683e4be4954a2849e17edd638ffe91bc5a2156adc6a
+license : Apache-2.0
+component : office
+summary : Tesseract Open Source OCR Engine
+description: |
+ Tesseract Open Source OCR Engine
+builddeps :
+ - pkgconfig(lept)
+setup : |
+ %configure --disable-static
+build : |
+ %make
+install : |
+ %make_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..cd4dfd8
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,76 @@
+<PISI>
+ <Source>
+ <Name>tesseract</Name>
+ <Packager>
+ <Name>Bryan T. Meyers</Name>
+ <Email>bmeyers@datadrake.com</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <PartOf>office</PartOf>
+ <Summary xml:lang="en">Tesseract Open Source OCR Engine</Summary>
+ <Description xml:lang="en">Tesseract Open Source OCR Engine
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>tesseract</Name>
+ <Summary xml:lang="en">Tesseract Open Source OCR Engine</Summary>
+ <Description xml:lang="en">Tesseract Open Source OCR Engine
+</Description>
+ <PartOf>office</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="data">/usr/share/tessdata/configs/ambigs.train</Path>
+ <Path fileType="data">/usr/share/tessdata/configs/api_config</Path>
+ <Path fileType="data">/usr/share/tessdata/configs/bigram</Path>
+ <Path fileType="data">/usr/share/tessdata/configs/box.train</Path>
+ <Path fileType="data">/usr/share/tessdata/configs/box.train.stderr</Path>
+ <Path fileType="data">/usr/share/tessdata/configs/digits</Path>
+ <Path fileType="data">/usr/share/tessdata/configs/hocr</Path>
+ <Path fileType="data">/usr/share/tessdata/configs/inter</Path>
+ <Path fileType="data">/usr/share/tessdata/configs/kannada</Path>
+ <Path fileType="data">/usr/share/tessdata/configs/linebox</Path>
+ <Path fileType="data">/usr/share/tessdata/configs/logfile</Path>
+ <Path fileType="data">/usr/share/tessdata/configs/makebox</Path>
+ <Path fileType="data">/usr/share/tessdata/configs/pdf</Path>
+ <Path fileType="data">/usr/share/tessdata/configs/quiet</Path>
+ <Path fileType="data">/usr/share/tessdata/configs/rebox</Path>
+ <Path fileType="data">/usr/share/tessdata/configs/strokewidth</Path>
+ <Path fileType="data">/usr/share/tessdata/configs/txt</Path>
+ <Path fileType="data">/usr/share/tessdata/configs/unlv</Path>
+ <Path fileType="data">/usr/share/tessdata/pdf.ttf</Path>
+ <Path fileType="data">/usr/share/tessdata/tessconfigs/batch</Path>
+ <Path fileType="data">/usr/share/tessdata/tessconfigs/batch.nochop</Path>
+ <Path fileType="data">/usr/share/tessdata/tessconfigs/matdemo</Path>
+ <Path fileType="data">/usr/share/tessdata/tessconfigs/msdemo</Path>
+ <Path fileType="data">/usr/share/tessdata/tessconfigs/nobatch</Path>
+ <Path fileType="data">/usr/share/tessdata/tessconfigs/segdemo</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>tesseract-devel</Name>
+ <Summary xml:lang="en">Development files for tesseract</Summary>
+ <Description xml:lang="en">Tesseract Open Source OCR Engine
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">tesseract</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/</Path>
+ <Path fileType="library">/usr/lib64/lib*.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2016-09-24</Date>
+ <Version>3.04.01</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Bryan T. Meyers</Name>
+ <Email>bmeyers@datadrake.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.10.0
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2471
Default Alt Text
0001-Initial-working-tesseract.patch (5 KB)
Attached To
Mode
T844: tesseract
Attached
Detach File
Event Timeline
Log In to Comment