ocropus-archive / DUP-ocropy

Python-based tools for document analysis and OCR
Apache License 2.0
3.42k stars 591 forks source link

question: When to use ocropy-ltrain? #304

Closed bugsyb closed 6 years ago

bugsyb commented 6 years ago

All tutorials recommend ocropy-rtrain to be used (or clstm) however there is ocropy-ltrain too. The latter seems to be a simpler version of rtrain, just going through the source, without that many checks, etc. but the bigger question is when one should use the ltrain version? Or maybe is it left for legacy use reasons (i.e. someone who used to use ltrain doesn't have to adjust to new rtrain use?).

Thanks in advance.

mittagessen commented 6 years ago

ocropus-ltrain was a driver for an early version of the clstm library. The python API no longer works (and the one implemented in ltrain doesn't match any stable clstm version) so it isn't useful for anything really.

bugsyb commented 6 years ago

Thank you.