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

allow annotating PageTypeSimpleType #248

Open bertsky opened 3 years ago

bertsky commented 3 years ago

I am a little confused because I thought I've already opened a feature request for this some time ago, but cannot seem to find it: It would IMHO be great if LAREX allowed setting the page type in the Segments view. That is:

        <simpleType name="PageTypeSimpleType">
                 <restriction base="string">
                        <enumeration value="front-cover"/>
                        <enumeration value="back-cover"/>
                        <enumeration value="title"/>
                        <enumeration value="table-of-contents"/>
                        <enumeration value="index"/>
                        <enumeration value="content"/>
                        <enumeration value="blank"/>
                        <enumeration value="other"/>
               </restriction>
        </simpleType>

I cannot say what kind of UI would be best for this (drop-down button or right-click somewhere in the page view or preview...) though, or where it should be placed.

maxnth commented 3 years ago

Excuse the late reply. A branch with viewing / editing functionality for Metadata / Page Attribute will be pushed in the next few days and most likely merged before the next release.

bertsky commented 3 years ago

Awesome!