# HG changeset patch # User iuc # Date 1770645237 0 # Node ID 814375a55d60fdf9c9e58450714be8fa2e49f43f # Parent d0adbd40ff55cecb7d6553b8594aa3fe793404ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/tesseract commit a2cbb117ac27738101c92cc4df8a0e7bcfbff5b8 diff -r d0adbd40ff55 -r 814375a55d60 macros.xml --- a/macros.xml Fri Jan 23 14:12:58 2026 +0000 +++ b/macros.xml Mon Feb 09 13:53:57 2026 +0000 @@ -1,6 +1,6 @@ 5.5.2 - 3 + 4 25.07.0 diff -r d0adbd40ff55 -r 814375a55d60 tesseract.xml --- a/tesseract.xml Fri Jan 23 14:12:58 2026 +0000 +++ b/tesseract.xml Mon Feb 09 13:53:57 2026 +0000 @@ -11,7 +11,7 @@ pdfimages -png '$input_file' extracted_images/page && ls extracted_images/page*.png > img_paths && #else - echo '$input_file' > img_paths && + ln -s '$input_file' img_paths && #end if #if str($models.models_select) == 'own' mkdir tessdata_dir && @@ -279,11 +279,28 @@ - + + + + + + + + + + + + + + + + + + diff -r d0adbd40ff55 -r 814375a55d60 test-data/test_multipage.tif Binary file test-data/test_multipage.tif has changed