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 |
|
Andrey Golovizin
|
96347646bb
|
Try to preserve leading spaces in OCREngine.
|
2014-08-30 20:53:46 +02:00 |
|
Andrey Golovizin
|
c739892e5b
|
Add Page.leftmost_nonblank and Line.indent.
|
2014-08-30 21:00:47 +02:00 |
|
Andrey Golovizin
|
05f7eb4585
|
Fix: Line.glyphs should be a cached property.
|
2014-08-30 20:52:25 +02:00 |
|
Andrey Golovizin
|
5f1273fd18
|
Fix deadlocks in cached_property().
|
2014-08-30 20:51:17 +02:00 |
|
Andrey Golovizin
|
a373765d3d
|
Add Line.page and Glyph.line.
|
2014-08-30 20:50:59 +02:00 |
|
Andrey Golovizin
|
f3808df0cd
|
Add --skip option.
|
2014-08-28 13:05:56 +02:00 |
|
Andrey Golovizin
|
20e8ce597d
|
Make cached_property thread-safe.
|
2014-08-27 21:58:59 +02:00 |
|
Andrey Golovizin
|
a7f10da92b
|
Tweak apostrophe detection window.
|
2014-08-26 23:06:07 +02:00 |
|