Releases: ocropus-archive/DUP-ocropy
Hotfix: Version numbers
v1.3.2
v1.3.1
v1.3.0 - Testing, CI, Python coding
Testing, continuous integration:
- Test page workflow and confidence measure, update coverage test #145
- circle.yml file for Circle CI testing, run-test-ci #149
- Travis CI builds #37
- Unit tests #209
Python coding:
- Cleanup imports in common.py, lstm.py, extract exceptions #154
- py3k: Use print function instead of statement #155
- py3k: Use new-style exceptions. #175
Other features:
- Fix behaviour of maxcolseps parameter in ocropus-gpageseg # 172
- Update characters for training #188
- Print summaries to stdout instead of stderr #170
Bugfixing: #133, #131, #179, #218
Cleanup: #180, #207, #181, #216, #219
Documentation: #185, #193, #194, #196, #205, #217
v1.2.0
v1.1.1
v1.1.0 - Connect to CLSTM
New features:
- Connect to CLSTM training and recognition
- Added ocropus-lpred
- Added ocropus-ltrain
- Added ocropus-dewarp
- Added ocropus-linegen
- Added Apache license
- Allow "extract" outside original image bounds #19
Documentation:
Reorganization:
- Updated download path for models
- moved ocropus-gtedit back to main directory
Bugfixing
v1.0
A cleaned up version of OCRopy with everything but the new RNN recognizer retired.
Library files that aren't needed anymore have been removed (actually, moved into OLD for the time being).
The installation process has been simplified.
A simple example of training has been added.
classic-ocropy-0.1.1
Classic ocropy with a few smallish fixes to make the test cases work after removing files.
classic-ocropy-0.1
This release contains the segmenting recognizer, language modeling, beam search, tree-VQ recognizer, and LSTM recognizer, plus character database editing tools. This was part of the OCRopus release as of late 2013.