Skip to content

Commit

Permalink
Clarify that AlternativeImaeg should be written to PAGE-XMl folder, fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jun 15, 2020
1 parent a8459f5 commit f723bf3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion page.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ The `imageFilename` of the `<pg:Page>` and `filename` of the
`<pg:AlternativeImage>` element MUST be a filename relative to the `mets.xml`.

All URL used in `imageFilename` and `filename` [MUST be referenced in a fileGrp
in METS](https://ocr-d.de/en/spec/mets#if-in-page-then-in-mets).
in METS](https://ocr-d.de/en/spec/mets#if-in-page-then-in-mets). This MUST be
the same file group as the PAGE-XML that was the result of the processing step
that produced the `<pg:AlternativeImage>`. In other words:
`<pg:AlternativeImage>` should be written to the same fileGrp as its source
PAGE-XML, which in most implementations will mean the same folder.

### Original image as imageFilename

Expand Down

0 comments on commit f723bf3

Please sign in to comment.