-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from mariux64/fix-todo
todos
- Loading branch information
Showing
1 changed file
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,35 @@ | ||
✔ sqlite => 3.45.1 @done (24-02-12 13:18) | ||
https://sqlite.org/download.html | ||
☐ Python => 3.11.8 | ||
✔ Python => 3.11.8 @done (24-02-12 16:03) | ||
https://www.python.org/downloads/release/python-3118/ | ||
☐ node => 20.11.0 | ||
✔ node => 20.11.0 @done (24-02-12 16:33) | ||
https://nodejs.org/download/release/latest-v20.x/ | ||
☐ unpaper => git latest | ||
✔ unpaper => git latest @done (24-02-13 12:23) | ||
https://github.com/unpaper/unpaper | ||
☐ ffmpeg ? | ||
☐ zbar => 0.23.93 | ||
https://ffmpeg.org//releases/ffmpeg-6.1.1.tar.gz | ||
✔ zbar => 0.23.93 @done (24-02-13 12:37) | ||
https://github.com/mchehab/zbar/releases/tag/0.23.93 | ||
☐ leptonica => 1.84.1 | ||
✔ leptonica => 1.84.1 @done (24-02-13 12:40) | ||
https://github.com/DanBloomberg/leptonica/releases | ||
☐ tesseract => 5.3.4 | ||
✔ tesseract => 5.3.4 @done (24-02-13 12:50) | ||
https://github.com/tesseract-ocr/tesseract | ||
☐ nginx => 1.25.3 | ||
✔ nginx => 1.25.3 @done (24-02-14 09:19) | ||
https://nginx.org/download/ | ||
|
||
|
||
☐ conf.build-scripte | ||
sed '/kmous=/d;/XM=/d;$s/$/XM=,/' | ||
|
||
☐ ocrmypdf | ||
( . profile; ocrmypdf --force-ocr ../PDFofDeath/2024-01-29\ 5650025416_B.pdf xxx.pdf ) | ||
|
||
--force-ocr was issued, causing transcoding. | ||
The optional dependency 'jbig2' was not found, so some image optimizations could not be attempted. | ||
|
||
☐ pngquant | ||
The optional dependency 'pngquant' was not found, so some image optimizations could not be attempted. | ||
|
||
|
||
git clone --recursive https://github.com/kornelski/pngquant.git | ||
|