|
1 |
| -2017-01-26 - V4.00.00-alpha-f566a45 |
2 |
| - * Avoid Leptonica debug parameters or functions |
3 |
| - * Fix multi-language mode |
4 |
| - * Miscellaneous Fixes |
5 |
| - |
6 |
| -2016-12-15 - V4.00.00-alpha-9d6e4f6 |
7 |
| - * Fixed the memory leak/double free |
8 |
| - * Fixed damage to binary images when processing PDFs |
9 |
| - * Fixed multilang for LSTM |
10 |
| - * Fixes to training process to allow incremental training from a recognition model |
11 |
| - * Made LSTM the default engine, pushed cube out |
12 |
| - * Delete cube code |
13 |
| - * Miscellaneous Fixes |
14 |
| - |
15 |
| -2016-11-11 - V4.00.00-alpha |
| 1 | +2016-11-11 to 2017-March - V4.00.00-alpha |
16 | 2 | * Added new neural network system based on LSTMs, with major accuracy gains.
|
17 | 3 | * Improvements to PDF rendering.
|
18 | 4 | * Fixes to trainingdata rendering.
|
| 5 | + * Fixed damage to binary images when processing PDFs. |
| 6 | + * Fixed multilang for LSTM. |
| 7 | + * Fixes to training process to allow incremental training from a recognition model. |
| 8 | + * Made LSTM the default engine, pushed cube out. |
| 9 | + * Deleted cube code. |
| 10 | + * Changed OEModes --oem 0 for legacy tesseract engine, --oem 1 for LSTM, --oem 2 for both, --oem 3 for default. |
| 11 | + * Require leptonica 1.74 or higher. |
| 12 | + * Avoid use of Leptonica debug parameters or functions. |
| 13 | + * Fixed multi-language mode. |
| 14 | + * Removed support for VS2010. |
| 15 | + * Added Support for VS2015 and VS2017 with CPPAN. |
| 16 | + * Implemented invisible text only for PDF. |
| 17 | + * Added AVX / SSE support for Windows |
| 18 | + * Miscellaneous Fixes. |
19 | 19 |
|
20 | 20 | 2017-02-16 - V3.05.00
|
21 | 21 | * Made some fine tuning to the hOCR output.
|
|
0 commit comments