OCR-D / quiver-frontend

Apache License 2.0
0 stars 1 forks source link

Quiver timeline - add GT filters #68

Closed MareenGeestmann closed 3 months ago

MareenGeestmann commented 7 months ago

Add filters

jfrer commented 4 months ago

Is the date range (notBefore, notAfter) meant by publication year? What does the text type mean? Is it "language" or "script"? Also I can't find the place of printing in the gt metadata.

jfrer commented 4 months ago

Another question: should these filters only be added to the timeline view like the filters in #45?

MareenGeestmann commented 4 months ago

Yes, use the date range for filtering.

Text type refers to "script". (See https://ocr-d.de/gt-metadata/document-your-gt.html under "Document Type".)

Regarding the "place of printing": There is no information on this in the API so far. It may be possible to obtain the place of publication from the METS, but there has been no request for this so far.

Yes, only for timeline view.

jfrer commented 4 months ago

Ok, thanks. The date range filter is already implemented as it was part of #45.

Should I just implement the script-type filter and the label filter then and skip the "place of printing" for now? Also, just as a notice: The script-type filter won't filter anything at the moment since all the gts have the same script-type "print".

MareenGeestmann commented 4 months ago

Yes, skip the "place of printing" for now.