Skip to content

Releases: Calamari-OCR/calamari

v0.3.5

17 Jul 13:13
Compare
Choose a tag to compare
  • Fixes for python 3.7

v0.3.4

26 Jun 08:40
Compare
Choose a tag to compare
  • Fixed Cross-Fold-Training on windows
  • Input data set as closable (on exit all threads will be terminated)
  • Various smaller improvements regarding PageXML-Training/Prediction

v0.3.3

31 May 08:21
Compare
Choose a tag to compare
  • Improvements of loading data on the fly during training or preloading all data
  • Fixed high prediction times: Added predict_raw function to Predictor

v0.3.2

21 May 13:49
Compare
Choose a tag to compare
Changed license to Apache 2.0. Closes #3

v0.3.1

12 Apr 10:18
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Fixed a crucial bug that keyboard interrupt (Ctrl+C) hung up.

v0.3.0

08 Apr 15:47
Compare
Choose a tag to compare

Completely reworked the data processing queue to run asynchron in separate threads. Thus, data loading on the fly is usually as fast as in-memory training.

v0.2.5

29 Mar 12:03
Compare
Choose a tag to compare
  • Fixed loading on the fly for FileDataset (default mode)
  • Allowing to use a fixed data preprocessor in MultiPredictor

v0.2.4

11 Feb 09:10
Compare
Choose a tag to compare

Smaller fixes for data augmentation.

v0.2.3

09 Jan 08:49
Compare
Choose a tag to compare
updated version with minor bugfix

v0.2.1

22 Oct 10:51
Compare
Choose a tag to compare

Support for current Tensorflow (1.11). Old models (< 0.2.x) must be upgraded.