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, ...).
- Omeka S ≥ 3.2.0 (or ≥ 4.0.0 if you need resource page blocks)
- For search capabilities, modules Search and Solr
- Install the module
- 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 full documentation.
- Import ALTO files one by one or by batch
- Resource page block rending ALTO content as plain text (requires Omeka S ≥ 4.0.0)
- Integration with the Solr module (makes the ALTO plain text content searchable)
- 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.png
andPAGE00001.xml
orPAGE00001.alto.xml
). This should change in a future version
- 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)
This module was sponsored by:
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.