Browse Source

table test

pull/12/head
Guillermo 8 years ago
parent
commit
dac0fdea3e
  1. 4
      README.md

4
README.md

@ -68,7 +68,7 @@ Figures out what words are in `image`, where the words are in `image`, etc. @@ -68,7 +68,7 @@ Figures out what words are in `image`, where the words are in `image`, etc.
| Paramereter | Default Value | Description |
|----------------------------------------------------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ambigs_debug_level | 0 | Debug level for unichar ambiguities |
| applybox_debug | 1 | Debug level |
<!-- | applybox_debug | 1 | Debug level |
| applybox_exposure_pattern | .exp | Exposure value follows this pattern in the image filename. The name of the image files are expected to be in the form [lang].[fontname].exp[num].tif |
| applybox_learn_chars_and_char_frags_mode | 0 | Learn both character fragments (as is done in the special low exposure mode) as well as unfragmented characters. |
| applybox_learn_ngrams_mode | 0 | Each bounding box is assumed to contain ngrams. Only learn the ngrams whose outlines overlap horizontally. |
@ -743,7 +743,7 @@ Figures out what words are in `image`, where the words are in `image`, etc. @@ -743,7 +743,7 @@ Figures out what words are in `image`, where the words are in `image`, etc.
| x_ht_acceptance_tolerance | 8 | Max allowed deviation of blob top outside of font data |
| x_ht_min_change | 8 | Min change in xht before actually trying it |
| xheight_penalty_inconsistent | 0.25 | Score penalty (0.1 = 10%) added if an xheight is inconsistent. |
| xheight_penalty_subscripts | 0.125 | Score penalty (0.1 = 10%) added if there are subscripts or superscripts in a word, but it is otherwise OK. |
| xheight_penalty_subscripts | 0.125 | Score penalty (0.1 = 10%) added if there are subscripts or superscripts in a word, but it is otherwise OK. | -->

Loading…
Cancel
Save