Skip to content

Commit 97f5b5e

Browse files
committed
update documentation
1 parent 0172b7e commit 97f5b5e

File tree

17 files changed

+35
-40
lines changed

17 files changed

+35
-40
lines changed

CRAN-SUBMISSION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Version: 0.1.0
2+
Date: 2024-12-16 23:10:09 UTC
3+
SHA: 0172b7e010c38e32d1ab317eae369384c4cb4255

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: cpp11tesseract
22
Type: Package
33
Title: Open Source OCR Engine
4-
Version: 5.3.4
4+
Version: 0.1.0
55
Authors@R: c(person("Mauricio", "Vargas Sepulveda",
66
role = c("aut", "cre"),
77
email = "[email protected]",

NEWS.md

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,19 @@
1-
# 5.3.4
1+
# 0.1.0
22

3-
- The function to download images from the web was removed to comply with Munk
4-
security policies. The images should be downloaded locally, and once verified,
5-
these should be uploaded to the server.
6-
7-
# 5.3.3
8-
9-
- Tests that the installed Tesseract version is compatible with the C++ compiler
10-
(requested by Prof. Brian Ripley, CRAN).
11-
- Adds Tesseract as a MacOS requirement and does not use autobrew to install it
12-
(i.e., to adhere to CRAN policies).
13-
14-
# 5.3.2
15-
16-
- Includes changes requested by CRAN (internal changes and reduced size images).
17-
18-
# 5.3.0
19-
- This is a fork of the original tesseract package made by Jeroen Ooms.
20-
- Differences:
21-
- Uses cpp11 instead of Rcpp.
3+
- This is a fork of the original tesseract package made by Jeroen Ooms. The
4+
differences are:
5+
- Uses 'cpp11' instead of 'Rcpp'.
226
- Provides functions to download and use the slower but more accurate
237
models.
248
- Provides functions to download and use contributed models.
259
- The documentation works offline.
2610
- Explicitly tests on Ubuntu with Tesseract 4 (Ubuntu 22.04 default) and
2711
Tesseract 5 (PPA).
12+
- The function to download images from the web was removed to comply with
13+
Munk security policies. The images should be downloaded locally, and once
14+
verified, these should be uploaded to the server.
15+
- Tests that the installed Tesseract version is compatible with the C++
16+
compiler used to compile the package.
17+
- Does not use autobrew to install dependencies on macOS.
18+
- Uses 'cpp11poppler' instead of 'pdftools' and removed the 'magick'
19+
dependency.

docs/404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/intro.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/news/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)