changeset 7:e74df764bfd9 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/tesseract commit 20f169c0b8733849ad00328ce25f3d9e33a35a1f
author iuc
date Fri, 23 Jan 2026 14:13:10 +0000
parents 64866a0b32b2
children
files macros.xml tesseract.xml
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Fri Jan 23 07:37:39 2026 +0000
+++ b/macros.xml	Fri Jan 23 14:13:10 2026 +0000
@@ -1,6 +1,6 @@
 <macros>
     <token name="@TOOL_VERSION@">5.5.2</token>
-    <token name="@VERSION_SUFFIX@">2</token>
+    <token name="@VERSION_SUFFIX@">3</token>
     <token name="@TOOL_VERSION_PDFIMAGES@">25.07.0</token>
     <xml name="requirements">
         <requirements>
--- a/tesseract.xml	Fri Jan 23 07:37:39 2026 +0000
+++ b/tesseract.xml	Fri Jan 23 14:13:10 2026 +0000
@@ -235,7 +235,7 @@
         <data name="output_alto" format="xml" from_work_dir="output.xml" label="${tool.name} on ${on_string}: ALTO">
             <filter>'tessedit_create_alto' in output_formats</filter>
         </data>
-        <data name="output_page" format="xml" from_work_dir="output.xml" label="${tool.name} on ${on_string}: PAGE">
+        <data name="output_page" format="xml" from_work_dir="output.page.xml" label="${tool.name} on ${on_string}: PAGE">
             <filter>'tessedit_create_page_xml' in output_formats</filter>
         </data>
     </outputs>
@@ -256,11 +256,13 @@
             <output name="output_alto">
                 <assert_contents>
                     <is_valid_xml/>
+                    <xml_element path="./{http://www.loc.gov/standards/alto/ns-v3#}Layout"/>
                 </assert_contents>
             </output>
             <output name="output_page">
                 <assert_contents>
                     <is_valid_xml/>
+                    <xml_element path="./{http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15}Page"/>
                 </assert_contents>
             </output>
         </test>