OCR4all / LAREX

A semi-automatic open-source tool for Layout Analysis and Region EXtraction on early printed books.
MIT License
179 stars 33 forks source link

Manual line segmentation with TextRegion (no subtype) #224

Closed b2m closed 3 years ago

b2m commented 3 years ago

When trying manual line segmentation with TextRegion (no subtype) I receive the following message:

Warning: Can only create TextLines if a TextRegion has been selected before hand.

Expectation: I would expect to be allowed using TextRegion without an explicit subtype (such as paragraph or heading).

Version: Larex was used via docker and the current ls6uniwue/ocr4all:latest.

maxnth commented 3 years ago

I just merged a fix for this into our staging branch and after the new release candidate is tested and approved it will be available in the upcoming release 0.5 of OCR4all/LAREX (which will be released in the next few days).

b2m commented 3 years ago

I was trying to reproduce the error using the current ls6uniwue/ocr4all:nightly docker image containing

As described the reported bug is no longer reproducible, and therefore considered fixed.

Thank you =)