Skip to content

Commit

Permalink
Merge pull request #586 from stweil/cube
Browse files Browse the repository at this point in the history
Remove more cube related code
  • Loading branch information
zdenop authored Dec 16, 2016
2 parents f8dffec + de0aff1 commit e2e0b90
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 61 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ build/*
*.jar

# tessdata
*.cube.*
*.tesseract_cube.*
*.traineddata

# OpenCL
Expand All @@ -77,4 +75,4 @@ kernel*.bin
/.cppan
/cppan
/*.dll
/win*
/win*
10 changes: 0 additions & 10 deletions doc/combine_tessdata.1
Original file line number Diff line number Diff line change
Expand Up @@ -171,16 +171,6 @@ lang\&.fixed\-length\-dawgs
(Optional) Several dawgs of different fixed lengths \(em useful for languages like Chinese\&.
.RE
.PP
lang\&.cube\-unicharset
.RS 4
(Optional) A unicharset for cube, if cube was trained on a different set of symbols\&.
.RE
.PP
lang\&.cube\-word\-dawg
.RS 4
(Optional) A word dawg for cube\(cqs alternate unicharset\&. Not needed if Cube was trained with Tesseract\(cqs unicharset\&.
.RE
.PP
lang\&.shapetable
.RS 4
(Optional) When present, a shapetable is an extra layer between the character classifier and the word recognizer that allows the character classifier to return a collection of unichar ids and fonts instead of a single unichar\-id and font\&.
Expand Down
8 changes: 0 additions & 8 deletions doc/combine_tessdata.1.asc
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,6 @@ lang.fixed-length-dawgs::
(Optional) Several dawgs of different fixed lengths -- useful for
languages like Chinese.
lang.cube-unicharset::
(Optional) A unicharset for cube, if cube was trained on a different set
of symbols.
lang.cube-word-dawg::
(Optional) A word dawg for cube's alternate unicharset. Not needed if Cube
was trained with Tesseract's unicharset.
lang.shapetable::
(Optional) When present, a shapetable is an extra layer between the character
classifier and the word recognizer that allows the character classifier to
Expand Down
18 changes: 0 additions & 18 deletions doc/combine_tessdata.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -920,24 +920,6 @@ <h2 id="_components">COMPONENTS</h2>
</p>
</dd>
<dt class="hdlist1">
lang.cube-unicharset
</dt>
<dd>
<p>
(Optional) A unicharset for cube, if cube was trained on a different set
of symbols.
</p>
</dd>
<dt class="hdlist1">
lang.cube-word-dawg
</dt>
<dd>
<p>
(Optional) A word dawg for cube&#8217;s alternate unicharset. Not needed if Cube
was trained with Tesseract&#8217;s unicharset.
</p>
</dd>
<dt class="hdlist1">
lang.shapetable
</dt>
<dd>
Expand Down
22 changes: 0 additions & 22 deletions doc/combine_tessdata.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,28 +193,6 @@ lang.fixed-length-dawgs
</varlistentry>
<varlistentry>
<term>
lang.cube-unicharset
</term>
<listitem>
<simpara>
(Optional) A unicharset for cube, if cube was trained on a different set
of symbols.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
lang.cube-word-dawg
</term>
<listitem>
<simpara>
(Optional) A word dawg for cube&#8217;s alternate unicharset. Not needed if Cube
was trained with Tesseract&#8217;s unicharset.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
lang.shapetable
</term>
<listitem>
Expand Down

0 comments on commit e2e0b90

Please sign in to comment.