Mercurial > repos > iuc > tesseract
comparison tesseract.xml @ 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 |
comparison
equal
deleted
inserted
replaced
| 6:64866a0b32b2 | 7:e74df764bfd9 |
|---|---|
| 233 <filter>'tessedit_create_tsv' in output_formats</filter> | 233 <filter>'tessedit_create_tsv' in output_formats</filter> |
| 234 </data> | 234 </data> |
| 235 <data name="output_alto" format="xml" from_work_dir="output.xml" label="${tool.name} on ${on_string}: ALTO"> | 235 <data name="output_alto" format="xml" from_work_dir="output.xml" label="${tool.name} on ${on_string}: ALTO"> |
| 236 <filter>'tessedit_create_alto' in output_formats</filter> | 236 <filter>'tessedit_create_alto' in output_formats</filter> |
| 237 </data> | 237 </data> |
| 238 <data name="output_page" format="xml" from_work_dir="output.xml" label="${tool.name} on ${on_string}: PAGE"> | 238 <data name="output_page" format="xml" from_work_dir="output.page.xml" label="${tool.name} on ${on_string}: PAGE"> |
| 239 <filter>'tessedit_create_page_xml' in output_formats</filter> | 239 <filter>'tessedit_create_page_xml' in output_formats</filter> |
| 240 </data> | 240 </data> |
| 241 </outputs> | 241 </outputs> |
| 242 <tests> | 242 <tests> |
| 243 <test expect_num_outputs="4"> | 243 <test expect_num_outputs="4"> |
| 254 <output name="output_text" file="image_output.txt"/> | 254 <output name="output_text" file="image_output.txt"/> |
| 255 <output name="output_pdf" file="image_output.pdf"/> | 255 <output name="output_pdf" file="image_output.pdf"/> |
| 256 <output name="output_alto"> | 256 <output name="output_alto"> |
| 257 <assert_contents> | 257 <assert_contents> |
| 258 <is_valid_xml/> | 258 <is_valid_xml/> |
| 259 <xml_element path="./{http://www.loc.gov/standards/alto/ns-v3#}Layout"/> | |
| 259 </assert_contents> | 260 </assert_contents> |
| 260 </output> | 261 </output> |
| 261 <output name="output_page"> | 262 <output name="output_page"> |
| 262 <assert_contents> | 263 <assert_contents> |
| 263 <is_valid_xml/> | 264 <is_valid_xml/> |
| 265 <xml_element path="./{http://schema.primaresearch.org/PAGE/gts/pagecontent/2019-07-15}Page"/> | |
| 264 </assert_contents> | 266 </assert_contents> |
| 265 </output> | 267 </output> |
| 266 </test> | 268 </test> |
| 267 <test expect_num_outputs="2"> | 269 <test expect_num_outputs="2"> |
| 268 <conditional name="models"> | 270 <conditional name="models"> |
