You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Detectron2 based models for textline segmentation have appeared, we should support them by adding a operation_level=region. Also, the cat2class mapping must be extended by TextLine type to allow its use in the categories parameter.
(However, ideally there should be some kind of consistency checking between categories and operation_level: tables can only be added on page level, cells only on tables, lines only on text regions...)
The text was updated successfully, but these errors were encountered:
Since Detectron2 based models for textline segmentation have appeared, we should support them by adding a
operation_level=region
. Also, thecat2class
mapping must be extended byTextLine
type to allow its use in thecategories
parameter.(However, ideally there should be some kind of consistency checking between
categories
andoperation_level
: tables can only be added on page level, cells only on tables, lines only on text regions...)The text was updated successfully, but these errors were encountered: