Commit graph

164 commits

Author SHA1 Message Date
Andrey Golovizin
bd70dfc93a Guess bold and italic properties for unknown glyphs based on all known glyphs from the same word. 2014-09-15 22:44:51 +02:00
Andrey Golovizin
b7d6319ebf Fix incorrect widths of spaces between words. 2014-09-15 22:26:08 +02:00
Andrey Golovizin
1847bbcd9e Add Line.words property. 2014-09-15 22:22:36 +02:00
Andrey Golovizin
2f06b66b89 Fix a typo. 2014-09-15 21:48:40 +02:00
Andrey Golovizin
ae7b06052a Add an option to make Bold and Italic buttons mutually exclusive. 2014-09-12 13:15:23 +02:00
Andrey Golovizin
3f48f68b46 Fix: Document.last_style must be a glyphdb.Style object, not tuple. 2014-09-12 13:14:39 +02:00
Andrey Golovizin
018ad843e5 Make Bold and Italic buttons mutually exclusive. 2014-09-12 11:40:02 +02:00
Andrey Golovizin
0e44ad8f6a Replace hardcoded values in the diacritic detection code with config variables. 2014-09-12 13:00:28 +02:00
Andrey Golovizin
67c4edbe0a Rename WorkerThread.quit to WorkerThread._quit to prevent overwriting QThread::quit(). 2014-09-12 12:44:47 +02:00
Andrey Golovizin
d3c32b82ab Add Configuration() class and make it accessible as Document.config and PageObject.config. 2014-09-12 12:35:44 +02:00
Andrey Golovizin
8805803e53 Add Session.vim to .hgignore. 2014-09-12 11:54:39 +02:00
Andrey Golovizin
fda2890711 Output formats: allow tags with pure whitespace inside. 2014-09-08 21:13:43 +02:00
Andrey Golovizin
1f91582ccd Fix broken ask_for_help(). 2014-09-11 23:40:00 +02:00
Andrey Golovizin
f771722d0b Rename OCREngine to Document and move it to pixelocr.document. 2014-09-11 12:24:38 +02:00
Andrey Golovizin
4e35d56696 Move all GUI-related stuff from OCREngine to GUIProxy. 2014-09-11 12:16:38 +02:00
Andrey Golovizin
8e4eb7d152 Add escape argument to OutoutFormat.format_tag(). 2014-09-11 10:54:25 +02:00
Andrey Golovizin
4dd082dffd Fix escaping text outside tags. 2014-09-11 10:53:47 +02:00
Andrey Golovizin
1c6509efad Try to guess bold and italic properties for unknown glyphs (from the previous glyph). 2014-09-09 21:25:27 +02:00
Andrey Golovizin
4dff247313 Make GlyphEdit a focus proxy for PageView. 2014-09-09 21:05:28 +02:00
Andrey Golovizin
4548f92e73 Use backend-specific suffixes for output filenames. 2014-09-08 21:15:55 +02:00
Andrey Golovizin
721de38920 Decrease min_space between lines. 2014-08-28 23:37:03 +02:00
Andrey Golovizin
f7a7fca3ad Tweak baseline detection: decrease detection height. 2014-08-28 23:40:33 +02:00
Andrey Golovizin
a089846a31 Fix scrolling and alignment in PageView. 2014-09-08 20:09:29 +02:00
Andrey Golovizin
a75630890e Write results to <img_filename>.txt files. 2014-09-04 21:44:00 +02:00
Andrey Golovizin
76ffaf5ad3 Update .hgignore. 2014-09-04 20:32:43 +02:00
Andrey Golovizin
69c5b4ce0a Use entry points for output formats, add --output-format option. 2014-09-04 18:26:47 +02:00
Andrey Golovizin
a59d528253 Add HTML output format. 2014-09-04 17:47:07 +02:00
Andrey Golovizin
296035c966 Add support for output formats. 2014-09-04 17:46:48 +02:00
Andrey Golovizin
bd2a206940 Add utils.pipe(). 2014-09-03 21:06:17 +02:00
Andrey Golovizin
1b49500227 Add --limit and --quit options. 2014-09-03 20:51:57 +02:00
Andrey Golovizin
f256f550af Add GlyphData.style. 2014-09-03 12:14:37 +02:00
Andrey Golovizin
f53eeed63b Fix memory leak in cached_property. 2014-09-02 16:49:19 +02:00
Andrey Golovizin
96d9386e77 Try to preserve sort order when editing glyphs. 2014-09-02 16:06:49 +02:00
Andrey Golovizin
9bd40bd12d Add Color column to GlyphDBEdit. 2014-09-02 15:25:46 +02:00
Andrey Golovizin
dac3475579 Simplify Image.color() and make in return ints instead of floats. 2014-09-02 14:33:39 +02:00
Andrey Golovizin
af351617d8 Add 'Date added' column to GlyphDBEdit. 2014-09-02 01:00:44 +02:00
Andrey Golovizin
f31a74df60 Add GlyphData.date_added. 2014-09-02 00:28:11 +02:00
Andrey Golovizin
a3e930b879 GlyphDBEdit: properly display glyphs merged after editing. 2014-09-02 00:24:26 +02:00
Andrey Golovizin
97216133fc Rename GlyphDB.update() to GlyphDB.add(). 2014-09-02 00:23:24 +02:00
Andrey Golovizin
90b9a5a978 Use generic datatype-based columns in GlyphDBEdit. 2014-09-01 23:56:51 +02:00
Andrey Golovizin
215d814777 Add Bool and Italic columns to GlyphDBEdit. 2014-09-01 22:35:18 +02:00
Andrey Golovizin
4ab9bd44dd Implement editing in GlyphDBEdit. 2014-09-01 21:27:43 +02:00
Andrey Golovizin
ce3353c831 Rename value to glyph_data in glyphdbedit.Column and its subclasses. 2014-09-01 20:48:07 +02:00
Andrey Golovizin
da67db6dff Update GlyphDBEdit when new glyphs are added. 2014-09-01 18:51:03 +02:00
Andrey Golovizin
2379c1e98c Make GlyphDBEdit columns pluggable. 2014-09-01 18:41:58 +02:00
Andrey Golovizin
bcc0b86001 GlyphDBEdit: show newest glyphs on top. 2014-09-01 18:11:41 +02:00
Andrey Golovizin
892038f65b Make GlyphEditor return proper bold and italic flags (and store them in the DB). 2014-09-01 18:07:29 +02:00
Andrey Golovizin
9c8de1ce0f Make GlyphDB store GlyphData objects instead of just text. 2014-09-01 17:15:21 +02:00
Andrey Golovizin
a44091b570 Add Image.color and PageObject.color. 2014-09-01 14:53:59 +02:00
Andrey Golovizin
44c2cce96e Quit gracefully after closing the main window. 2014-08-28 23:38:50 +02:00