| 1 |
jwilk |
20126 |
===============
|
| 2 |
|
|
greekocr4gamera
|
| 3 |
|
|
===============
|
| 4 |
|
|
|
| 5 |
|
|
---------------------------------------------------------
|
| 6 |
|
|
OCR system using the Gamera framework for polytonal Greek
|
| 7 |
|
|
---------------------------------------------------------
|
| 8 |
|
|
|
| 9 |
|
|
:Manual section: 1
|
| 10 |
|
|
|
| 11 |
|
|
Usage
|
| 12 |
|
|
-----
|
| 13 |
|
|
|
| 14 |
|
|
**greekocr4gamera** -x `<traindata>` [`options`] `<imagefile>`
|
| 15 |
|
|
|
| 16 |
|
|
Options
|
| 17 |
|
|
-------
|
| 18 |
|
|
-w, --wholistic
|
| 19 |
|
|
Use wholistic segmentation mode. This is the default.
|
| 20 |
|
|
-s, --separatistic
|
| 21 |
|
|
Use separatistic segmentation mode.
|
| 22 |
|
|
-u <file>, --unicode <file>
|
| 23 |
|
|
Use this filename for Unicode output.
|
| 24 |
jwilk |
20130 |
-t <file.tex>, --teubner <file.tex>
|
| 25 |
jwilk |
20126 |
Use this filename for teubner TeX output.
|
| 26 |
|
|
--deskew
|
| 27 |
|
|
Do a skew correction (recommended).
|
| 28 |
|
|
--filter
|
| 29 |
|
|
Filter out very large (images) and very small components (noise).
|
| 30 |
|
|
-d, --debug
|
| 31 |
|
|
Save debug-images: debug_lines.png debug_words.png debug_chars.png
|
| 32 |
|
|
-h, --help
|
| 33 |
|
|
Display help and exit.
|