Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d0765a5e0 | ||
|
|
1ca327e13b | ||
|
|
f504fd1875 |
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
# OCRmyPDF
|
# OCRmyPDF
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM debian:bookworm-slim as base
|
FROM ubuntu:22.04 as base
|
||||||
|
|
||||||
ENV LANG=C.UTF-8
|
ENV LANG=C.UTF-8
|
||||||
ENV TZ=UTC
|
ENV TZ=UTC
|
||||||
|
|||||||
@@ -18,6 +18,14 @@ tagged yet.
|
|||||||
|
|
||||||
.. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg
|
.. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg
|
||||||
|
|
||||||
|
v13.4.4
|
||||||
|
=======
|
||||||
|
|
||||||
|
- Updated pdfminer.six version.
|
||||||
|
- Docker image changed to Ubuntu 22.04 now that it is released and provides the
|
||||||
|
dependencies we need. This seems more consistent than our recent change to
|
||||||
|
Debian.
|
||||||
|
|
||||||
v13.4.3
|
v13.4.3
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ install_requires =
|
|||||||
coloredlogs>=14.0 # strictly optional
|
coloredlogs>=14.0 # strictly optional
|
||||||
img2pdf>=0.3.0,<0.5 # pure Python
|
img2pdf>=0.3.0,<0.5 # pure Python
|
||||||
packaging>=20
|
packaging>=20
|
||||||
pdfminer.six!=20200720,>=20191110,<=20220319
|
pdfminer.six!=20200720,>=20191110,<=20220506
|
||||||
pikepdf!=5.0.0,>=4.0.0
|
pikepdf!=5.0.0,>=4.0.0
|
||||||
pluggy>=0.13.0,<2
|
pluggy>=0.13.0,<2
|
||||||
reportlab>=3.5.66
|
reportlab>=3.5.66
|
||||||
|
|||||||
Reference in New Issue
Block a user