Skip to content

Releases: ocropus-archive/DUP-ocropy

Hotfix: Version numbers

16 Dec 15:26
@kba kba
Compare
Choose a tag to compare

Fix:

  • Version numbers weren't updated in hocr output and setup.py in v1.3.2 #270

v1.3.2

16 Dec 15:20
@kba kba
0f33318
Compare
Choose a tag to compare

Added:

  • Add -f/--file option to ocropus-rtrain to read input filenames from a file #275

Fixed:

  • Do not add $datarootdir/ocropus to model search path in windows #268

Changed:

  • Use numpy functions instead of C implementations of sumprod/sumouter #265 #276
  • Code and docs for on-the-fly compilation of C code removed #274
  • Remove unused lru function annotaiton #273

v1.3.1

09 Dec 12:49
Compare
Choose a tag to compare

Python coding:

  • Standardize Imports - Part I, #176 #206
  • split functions from nlbin #244

Other features:

  • Clip exponential in ffunc to avoid overflow #201
  • Ignored empty lines in fonts list file #233
  • Change checks for write_page_segmentation #220 (allow also small images for segmentation)
  • Expand tests for coverage and CI

Bugfixing: #251, #252

v1.3.0 - Testing, CI, Python coding

09 Dec 12:46
Compare
Choose a tag to compare

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

09 Dec 12:42
Compare
Choose a tag to compare

Bugfixing: #103, #123, #140
Cleanup: #84, #124, #143, #150, #156
Documentation: #120

v1.1.1

09 Dec 12:40
Compare
Choose a tag to compare

New feature:

  • Added better print methods for distinguishing between info and error messages #53

Bugfixing and cleanup: #40, #43, #44, #75, #76

Expand documentations: #34, #39

v1.1.0 - Connect to CLSTM

09 Dec 12:38
Compare
Choose a tag to compare

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:

  • Add solution for OS X (clang) #28
  • Add instructions for installing ocropy into a virtualenv #29

Reorganization:

  • Updated download path for models
  • moved ocropus-gtedit back to main directory

Bugfixing

v1.0

02 Nov 20:20
Compare
Choose a tag to compare

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

01 Nov 21:26
Compare
Choose a tag to compare
classic-ocropy-0.1.1 Pre-release
Pre-release

Classic ocropy with a few smallish fixes to make the test cases work after removing files.

classic-ocropy-0.1

01 Nov 10:02
Compare
Choose a tag to compare
classic-ocropy-0.1 Pre-release
Pre-release

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.