33
44# cpp11tesseract <img src =" man/figures/logo.svg " align =" right " height =" 139 " alt =" " />
55
6- > Bindings to
7- > [ Tesseract-OCR] ( https://opensource.google/projects/tesseract ) : a
8- > powerful optical character recognition (OCR) engine that supports over
9- > 100 languages. The engine is highly configurable in order to tune the
10- > detection algorithms and obtain the best possible results.
11-
126[ ![ R-CMD-check] ( https://github.com/pachadotdev/cpp11tesseract/actions/workflows/R-CMD-check.yaml/badge.svg )] ( https://github.com/pachadotdev/cpp11tesseract/actions/workflows/R-CMD-check.yaml )
137[ ![ codecov] ( https://codecov.io/gh/pachadotdev/cpp11tesseract/graph/badge.svg?token=mWfiUCgfNu )] ( https://app.codecov.io/gh/pachadotdev/cpp11tesseract )
148[ ](http://www.rep
1812status] ( https://www.r-pkg.org/badges/version/cpp11tesseract )] ( https://CRAN.R-project.org/package=cpp11tesseract )
1913[ ![ BuyMeACoffee] ( https://raw.githubusercontent.com/pachadotdev/buymeacoffee-badges/main/bmc-donate-white.svg )] ( https://buymeacoffee.com/pacha )
2014
15+ ` cpp11tesseract ` is a fork of ` tesseract ` that uses ` cpp11 ` for those
16+ that require it for licensing or security purposes. It provides bindings
17+ to [ Tesseract-OCR] ( https://opensource.google/projects/tesseract ) , a
18+ powerful optical character recognition (OCR) engine that supports over
19+ 100 languages. The engine is highly configurable in order to tune the
20+ detection algorithms and obtain the best possible results.
21+
2122 - Upstream Tesseract-OCR documentation:
2223 < https://tesseract-ocr.github.io/tessdoc/ >
2324 - Introduction:
@@ -46,11 +47,14 @@ package, which I need to comply with the Munk School IT standards. Using
4647` cpp11 ` allows me to vendor the C++ headers into the package, and then I
4748can conduct an offline installation in the Niagara Cluster.
4849
49- The documentation changes a bit. I tried to expand the documentation and
50+ The documentation changed a bit. I tried to expand the documentation and
5051compare with Amazon Textract output.
5152
5253This package includes some changes requested by CRAN, and these are
53- mostly about the package internals.
54+ mostly about the package internals. For example, this version lists the
55+ dependencies to install in Linux and Mac, that you can install using
56+ apt/yum/brew, while the original package uses autobrew to install the
57+ Mac dependencies as binaries.
5458
5559## Installation
5660
0 commit comments