Skip to content

Commit

Permalink
fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Jan 29, 2024
1 parent 64f315f commit 83e5d5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ all-tess: $(foreach MODEL, $(TESS_MODELS), $(MODEL)_dta10.traineddata $(MODEL)_d

%_dta10.traineddata: %.traineddata dta_lexdb_10.words
cp $< $@
./combine_tessdata.sh $@ dta_lexdb_10.words
./combine_tessdata.sh $@ dta_lexdb_10.words

%_dta50.traineddata: %.traineddata dta_lexdb_50.words
cp $< $@
./combine_tessdata.sh $@ dta_lexdb_50.words
cp $< $@
./combine_tessdata.sh $@ dta_lexdb_50.words

%_dta100.traineddata: %.traineddata dta_lexdb_100.words
cp $< $@
./combine_tessdata.sh $@ dta_lexdb_100.words
./combine_tessdata.sh $@ dta_lexdb_100.words

dta_lexdb_%.words: dta_lexdb.sqlite
./sql2wordlist.sh $< $@ $*
Expand Down

0 comments on commit 83e5d5c

Please sign in to comment.