OCR-D / zenhub

Repo for developing zenhub integration
Apache License 2.0
0 stars 0 forks source link

Complete kraken implementation #21

Open kba opened 2 years ago

kba commented 2 years ago

Current situation

ocrd_kraken is an incomplete implementation. It only contains binarization which is based on ocropy and which is implemented better and more flexibly in ocrd_cis. The interesting part, the text recognition and baseline layout detection, is missing.

How it should be

Users should be able to use ocrd-kraken-recognize to run text recognition and ocrd-kraken-segment to run layout detection with kraken.

Steps