diff macros.xml @ 0:49dbf2f5b0e2 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/tesseract/ commit f1ec0d8eddacc5d5e0ca3bc112005f4f2d2597f6
author iuc
date Tue, 24 Jun 2025 09:16:57 +0000
parents
children d39f16771b62
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml	Tue Jun 24 09:16:57 2025 +0000
@@ -0,0 +1,23 @@
+<macros>
+    <token name="@TOOL_VERSION@">5.0.0</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <xml name="requirements">
+        <requirements>
+            <requirement type="package" version="@TOOL_VERSION@">tesseract</requirement>
+        </requirements>
+    </xml>
+    <xml name="creators">
+        <creator>
+            <person givenName="Rand" familyName="Zoabi" url="https://github.com/RZ9082" identifier="https://orcid.org/0009-0000-2501-8053" />
+        </creator>
+    </xml>
+    <xml name="citations">
+        <citations>
+            <citation type="doi">10.1145/1815330.1815339</citation>
+            <citation type="doi">10.1145/1577802.1577804</citation>
+            <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>
+        </citations>
+    </xml>
+</macros>