summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-28 13:30:46 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-14 10:18:15 +0100
commitc4bd0eed04afca30afaaef2e3e8d52076d0789b2 (patch)
treeaf7341cbae07c62cfd13296b4f762cff036584cd /gnu/packages
parent406d37a2774620c66454cc8bd1621b840ab67767 (diff)
gnu: r-tesseract: Update to 5.2.5.
* gnu/packages/cran.scm (r-tesseract): Update to 5.2.5. [properties]: Record updater-extra-inputs. [synopsis]: Do not use the term "Open Source". [description]: Use complete sentences and Texinfo syntax for definitions. Change-Id: I0e18e5488336a0d59cd58b423566d77e48153c2d
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/cran.scm20
1 files changed, 11 insertions, 9 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0575babc6b..f10650c95f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -57005,17 +57005,18 @@ matching or aggregation, retrieving coordinates, print, summary, etc.")
(define-public r-tesseract
(package
(name "r-tesseract")
- (version "5.2.4")
+ (version "5.2.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "tesseract" version))
(sha256
- (base32 "1sv8gs5zvqgxhr0y2y584szdj581xw0vla7hqg6wq2143qakbdla"))))
- (properties `((upstream-name . "tesseract")))
+ (base32 "1ax632rx09xr3a7w8v0qv7z7vpn8qgsalg81jr0iyyhkjxaa1vyy"))))
+ (properties
+ '((upstream-name . "tesseract")
+ (updater-extra-inputs . ("tesseract-ocr"))))
(build-system r-build-system)
- (inputs (list tesseract-ocr
- zlib))
+ (inputs (list tesseract-ocr zlib))
(propagated-inputs (list r-curl
r-digest
r-pdftools
@@ -57025,11 +57026,12 @@ matching or aggregation, retrieving coordinates, print, summary, etc.")
r-knitr
r-spelling))
(home-page "https://github.com/ropensci/tesseract")
- (synopsis "Open Source OCR Engine")
+ (synopsis "Optical character recognition (OCR) engine")
(description
- "Bindings to @code{tesseract}: an optical character recognition (OCR) engine
-that supports over 100 languages. The engine is highly configurable in order
-to tune the detection algorithms and obtain the best possible results.")
+ "This package provides bindings to @code{tesseract}: an @dfn{optical
+character recognition} (OCR) engine that supports over 100 languages. The
+engine is highly configurable in order to tune the detection algorithms and
+obtain the best possible results.")
(license license:asl2.0)))
(define-public r-gstat