Alto (Omeka S module)
This Omeka S module allows to attach ALTO (XML) files to media. The ALTO content can then be used in several ways (for display, search, …).
Requirements
Quick start
In the admin interface, on a media page there is a new tab “ALTO”. Click the tab, then click on “Attach an ALTO document”. In the sidebar, select an ALTO file and submit the form.
To learn how to exploit ALTO files (display, search, …), go to the table of contents at the end of this page.
Features
Import ALTO files one by one or by batch
Resource page block rendering ALTO content as plain text (requires Omeka S ≥ 4.0.0)
Integration with the Solr module (makes the ALTO plain text content searchable)
Caveats / Known problems
Batch import is very limited at the moment: it requires that the ALTO file has the same basename than the media filename (for instance,
PAGE0001.pngandPAGE00001.xml). This should change in a future version
How to contribute
If you found a bug or want to suggest a new feature, please open an issue.
If you made a modification to the module (bugfix, enhancement, …) and want to make it available to everyone, open a pull request. To increase its chances of being reviewed and merged, please keep the pull request small:
only one change per pull request (eg. do not mix a bugfix with a new feature),
include only necessary changes (eg. no code style changes)
Contributors / Sponsors
This module was sponsored by:
License
This module is distributed under the GNU General Public License, version
3 (GPLv3). The full text of this license is given in the LICENSE
file.