pspec.xml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>tesseract</Name>
  6. <Homepage>https://github.com/tesseract-ocr/tesseract</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>office.misc</PartOf>
  12. <License>APACHE</License>
  13. <IsA>app:console</IsA>
  14. <Summary>Tesseract OCR Engine</Summary>
  15. <Description>This package contains an OCR engine - libtesseract and a command line program - tesseract. Tesseract 4 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tess</Description>
  16. <Archive sha1sum="eda6a3958352fd6fc7d77a0d387df647de73f34c" type="targz">https://github.com/tesseract-ocr/tesseract/archive/refs/tags/5.3.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>leptonica-devel</Dependency>
  19. <Dependency>cairo-devel</Dependency>
  20. <Dependency>icu4c-devel</Dependency>
  21. <Dependency>pango-devel</Dependency>
  22. <Dependency>tiff-devel</Dependency>
  23. <Dependency>libgomp</Dependency>
  24. <!-- dependecies for documentation -->
  25. <Dependency>libxslt-devel</Dependency>
  26. <Dependency>asciidoc</Dependency>
  27. </BuildDependencies>
  28. </Source>
  29. <Package>
  30. <Name>tesseract</Name>
  31. <Summary>Tesseract OCR Engine</Summary>
  32. <RuntimeDependencies>
  33. <Dependency>tiff</Dependency>
  34. <Dependency>libgcc</Dependency>
  35. <Dependency>libgomp</Dependency>
  36. <Dependency>leptonica</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="library">/usr/lib/libtesseract.so*</Path>
  40. <Path fileType="executable">/usr/bin/tesseract</Path>
  41. <Path fileType="data">/usr/share/tessdata</Path>
  42. <Path fileType="doc">/usr/share/doc</Path>
  43. <Path fileType="data">/usr/share</Path>
  44. </Files>
  45. </Package>
  46. <Package>
  47. <Name>tesseract-devel</Name>
  48. <Summary>Development files for tesseract</Summary>
  49. <RuntimeDependencies>
  50. <Dependency>leptonica-devel</Dependency>
  51. <Dependency release="current">tesseract</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="library">/usr/lib/pkgconfig/tesseract.pc</Path>
  55. <Path fileType="header">/usr/include/tesseract</Path>
  56. </Files>
  57. </Package>
  58. <Package>
  59. <Name>tesseract-tools</Name>
  60. <Summary>Tools for tesseract</Summary>
  61. <RuntimeDependencies>
  62. <Dependency>cairo</Dependency>
  63. <Dependency>icu4c</Dependency>
  64. <Dependency>pango</Dependency>
  65. <Dependency>glib2</Dependency>
  66. <Dependency>harfbuzz</Dependency>
  67. <Dependency>leptonica</Dependency>
  68. <Dependency>fontconfig</Dependency>
  69. <Dependency release="current">tesseract</Dependency>
  70. </RuntimeDependencies>
  71. <Files>
  72. <Path fileType="executable">/usr/bin/set_unicharset_properties</Path>
  73. <Path fileType="executable">/usr/bin/language-specific.sh</Path>
  74. <Path fileType="executable">/usr/bin/unicharset_extractor</Path>
  75. <Path fileType="executable">/usr/bin/tesstrain_utils.sh</Path>
  76. <Path fileType="executable">/usr/bin/combine_lang_model</Path>
  77. <Path fileType="executable">/usr/bin/classifier_tester</Path>
  78. <Path fileType="executable">/usr/bin/merge_unicharsets</Path>
  79. <Path fileType="executable">/usr/bin/combine_tessdata</Path>
  80. <Path fileType="executable">/usr/bin/shapeclustering</Path>
  81. <Path fileType="executable">/usr/bin/ambiguous_words</Path>
  82. <Path fileType="executable">/usr/bin/dawg2wordlist</Path>
  83. <Path fileType="executable">/usr/bin/wordlist2dawg</Path>
  84. <Path fileType="executable">/usr/bin/tesstrain.sh</Path>
  85. <Path fileType="executable">/usr/bin/lstmtraining</Path>
  86. <Path fileType="executable">/usr/bin/cntraining</Path>
  87. <Path fileType="executable">/usr/bin/mftraining</Path>
  88. <Path fileType="executable">/usr/bin/text2image</Path>
  89. <Path fileType="executable">/usr/bin/lstmeval</Path>
  90. </Files>
  91. </Package>
  92. <History>
  93. <Update release="4">
  94. <Date>2023-10-30</Date>
  95. <Version>5.3.1</Version>
  96. <Comment>Rebuild</Comment>
  97. <Name>Kamil Atlı</Name>
  98. <Email>suvari@pisilinux.org</Email>
  99. </Update>
  100. <Update release="3">
  101. <Date>2023-05-09</Date>
  102. <Version>5.3.1</Version>
  103. <Comment>Version bump</Comment>
  104. <Name>Kamil Atlı</Name>
  105. <Email>suvari@pisilinux.org</Email>
  106. </Update>
  107. <Update release="2">
  108. <Date>2020-01-19</Date>
  109. <Version>4.1.1</Version>
  110. <Comment>Version bump.</Comment>
  111. <Name>Blue Devil</Name>
  112. <Email>bluedevil@sctzine.com</Email>
  113. </Update>
  114. <Update release="1">
  115. <Date>2019-01-25</Date>
  116. <Version>4.0.0</Version>
  117. <Comment>First release</Comment>
  118. <Name>PisiLinux Community</Name>
  119. <Email>admins@pisilinux.org</Email>
  120. </Update>
  121. </History>
  122. </PISI>