kitodo / kitodo-presentation

Kitodo.Presentation is a feature-rich framework for building a METS- or IIIF-based digital library. It is part of the Kitodo Digital Library Suite.
https://kitodo.org
GNU General Public License v3.0
37 stars 45 forks source link

Fulltext plugin doesn't check for supported XML format #196

Closed albig closed 6 years ago

albig commented 7 years ago

Currently Kitodo.Presentation supports only fulltexts in ALTO-XML format. The support of TEI-XML will be developped soon.

The plugin activates the fulltext feature without checking the file format.

http://dfg-viewer.de/show/?tx_dlf%5Bpage%5D=7&tx_dlf%5Bid%5D=http%3A%2F%2Fapi.deutsche-digitale-bibliothek.de%2Fitems%2FCPUZ346S6S5FJDLBRXURTOSFGVLFYMQH%2Fsource&tx_dlf%5Bdouble%5D=0

This should be improved.

sebastian-meyer commented 6 years ago

Duplicate of #197

albig commented 6 years ago

Actually this is not a duplicate.

196 is related to toolbox->tool->fulltext plugin

197 is related to pageview plugin

Of course it should be fixed together as it's one topic.