Releases: Calamari-OCR/calamari
Releases · Calamari-OCR/calamari
v.1.0.0
- Support for Tensorflow 2.0
- Up to now, old models can not be converted to the new version
v0.3.4
- 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
- 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
Changed license to Apache 2.0. Closes #3
v0.3.1
Fixed a crucial bug that keyboard interrupt (Ctrl+C) hung up.
v0.3.0
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
- Fixed loading on the fly for FileDataset (default mode)
- Allowing to use a fixed data preprocessor in MultiPredictor
v0.2.4
Smaller fixes for data augmentation.
v0.2.3
updated version with minor bugfix