Skip to content

Commit

Permalink
Major internationalization improvements
Browse files Browse the repository at this point in the history
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@134 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
theraysmith committed Feb 1, 2008
1 parent 2a67830 commit e8787f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tessdata/configs/box.train
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ edges_childarea 0.65
edges_boxarea 0.9
tessedit_resegment_from_boxes T
tessedit_train_from_boxes T
textord_repeat_extraction F
textord_no_rejects T
4 changes: 4 additions & 0 deletions tessdata/configs/kannada
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
textord_skewsmooth_offset 8
textord_skewsmooth_offset2 8
textord_merge_desc 0.5
textord_no_rejects 1
2 changes: 1 addition & 1 deletion training/wordlist2dawg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ int main(int argc, char** argv) {
const char* dawg_filename = argv[2];

EDGE_ARRAY dawg;
INT32 max_num_edges = 20000000;
INT32 max_num_edges = 100000000;
INT32 reserved_edges = 1000000;

dawg = (EDGE_ARRAY) Emalloc(sizeof (EDGE_RECORD) * max_num_edges);
Expand Down

0 comments on commit e8787f3

Please sign in to comment.