Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-03 | prevent memory leak and unexpected exception | zeniko | |
fz_free_device usually doesn't throw (throwing in clean-up code is quite pointless anyway) but freeing the text extraction device might do so under memory pressure. This patch catches any potential exception to guarantee a proper clean-up. | |||
2013-05-31 | Fix typo in text extraction RTL pass. | Tor Andersson | |
2013-05-06 | Fix formatting. | Tor Andersson | |
2013-05-06 | Add simple visual-to-logic RTL reordering as a text extraction pass. | Tor Andersson | |
2013-05-06 | Use linked list for text spans. | Tor Andersson | |
2013-04-30 | Move fz_normalize_vector into base_geometry.c | Tor Andersson | |
2013-04-30 | Split dev_text into three parts. | Tor Andersson | |
One for the raw span extraction pass, one for paragraph sorting, and another for HTML output. |