diff macros.xml @ 2:56de4ac77c41 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/tesseract commit a5652d3d3d6a07d96d3898659f0254d8265b8215
author iuc
date Wed, 29 Oct 2025 17:38:19 +0000
parents d39f16771b62
children 521bcbb5aa16
line wrap: on
line diff
--- a/macros.xml	Wed Jul 09 10:36:11 2025 +0000
+++ b/macros.xml	Wed Oct 29 17:38:19 2025 +0000
@@ -1,9 +1,11 @@
 <macros>
     <token name="@TOOL_VERSION@">5.5.1</token>
-    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@VERSION_SUFFIX@">1</token>
+    <token name="@TOOL_VERSION_PDFIMAGES@">25.07.0</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">tesseract</requirement>
+            <requirement type="package" version="@TOOL_VERSION_PDFIMAGES@">poppler</requirement>
         </requirements>
     </xml>
     <xml name="creators">
@@ -18,6 +20,13 @@
             <citation type="doi">10.1145/1577802.1577809</citation>
             <citation type="doi">10.1109/ICDAR.2009.257</citation>
             <citation type="doi">10.1109/ICDAR.2007.4376991</citation>
+            <citation type="bibtex">
+                @misc{poppler,
+                  title        = {Poppler PDF Rendering Library},
+                  howpublished = {\url{https://gitlab.freedesktop.org/poppler/poppler}},
+                  note         = {Accessed: 2025-07-31}
+                }
+            </citation>
         </citations>
     </xml>
 </macros>