Browse Source

table test

pull/12/head
Guillermo 8 years ago
parent
commit
32f62de7ad
  1. 12
      README.md

12
README.md

@ -65,13 +65,11 @@ That means `image` should be @@ -65,13 +65,11 @@ That means `image` should be
Figures out what words are in `image`, where the words are in `image`, etc.
- `image` is any [ImageLike](#imagelike) object.
- `options` is an optional parameter that overrides some subset of the following parameters:
| Paramereter | Default Value | Description |
|----------------------------------------------------------|---------------|---------------------------------------|
| ambigs_debug_level | 0 | Debug level for unichar ambiguities |
<!-- | applybox_debug | 1 | Debug level |
| Paramereter | Default Value | Description |
|----------------------------------------------------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| ambigs_debug_level | 0 | Debug level for unichar ambiguities |
| 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. |
@ -746,7 +744,7 @@ Figures out what words are in `image`, where the words are in `image`, etc. @@ -746,7 +744,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