We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to show the regions marked in transkribus metadata as "selected element type: graphic" to appear in the <body> as <figure> ?
<body>
<figure>
The text was updated successfully, but these errors were encountered:
Can you try adding
<xd:doc> <xd:desc>create a figure for graphics</xd:desc> <xd:param name="numCurr"/> </xd:doc> <xsl:template match="p:GraphicRegion" mode="text"> <xsl:param name="numCurr" tunnel="true" /> <xsl:text> </xsl:text> <figure facs="#facs_{$numCurr}_{@id}"> <graphic xml:id="#facs_{$numCurr}_{@id}" /> </figure> </xsl:template>
after the TextRegion and before Table Region (453)? Not sure the content is correct, but it should give you a hint
Sorry, something went wrong.
No branches or pull requests
Is it possible to show the regions marked in transkribus metadata as "selected element type: graphic" to appear in the
<body>
as<figure>
?The text was updated successfully, but these errors were encountered: