Skip to content

Commit

Permalink
Fixes to make yesterday's changes compile
Browse files Browse the repository at this point in the history
  • Loading branch information
theraysmith committed May 13, 2015
1 parent 7bc6d3e commit 1e3b671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ccmain/control.cpp
Expand Up @@ -250,8 +250,7 @@ bool Tesseract::RecogAllWordsPassN(int pass_n, ETEXT_DESC* monitor,
pr_it->forward();
ASSERT_HOST(pr_it->word() != NULL);
bool make_next_word_fuzzy = false;
if (!AnyLSTMLang() &&
ReassignDiacritics(pass_n, pr_it, &make_next_word_fuzzy)) {
if (ReassignDiacritics(pass_n, pr_it, &make_next_word_fuzzy)) {
// Needs to be setup again to see the new outlines in the chopped_word.
SetupWordPassN(pass_n, word);
}
Expand Down
2 changes: 1 addition & 1 deletion tessdata/Makefile.am
@@ -1,6 +1,6 @@
datadir = @datadir@/tessdata

data_DATA = pdf.ttf pdf.ttx
data_DATA = pdf.ttf
EXTRA_DIST = $(data_DATA)

SUBDIRS = configs tessconfigs
Expand Down

0 comments on commit 1e3b671

Please sign in to comment.