Releases: OCR-D/ocrd_anybaseocr
Releases · OCR-D/ocrd_anybaseocr
v1.3.0
Changed:
- Use the OCR-D/core
resmgr
mechanism to resolve file parameters
v1.2.0
Please disregard, forgot to merge #78
v1.1.0
Fixed:
- crop: remove
operation_level
parameter
- crop: remove
force
parameter
- crop: fix setting pageId of derived images
v1.0.1
Fixed:
- replace copy&pasted metadata addition with
self.add_metadata
, #67
v1.0.0
Fixed:
- all processors runnable (though dewarping only with CUDA)
- fix pix2pixhd installation, #64
- adapt to 1-output-file-group convention, #66
v0.0.5
Fixed:
- Refactoring to make tools installable, with
--help
and -J
working
v0.0.4
Fixed:
- keras should be
>= 2.3.0, < 2.4.0
, #63
v0.0.3
Fixed:
- Graceful degradation to CPU processing if CUDA not available - AGAIN, ht @bertsky, #58
v0.0.2
Fixed:
- Graceful degradation to CPU processing if CUDA not available, #56