renovate[bot]
021f5a183e
chore(deps): update postgres docker tag to v16.3
2024-05-10 04:51:20 +00:00
tenpai
e731d822dc
Add Japanese Vertical Support Branch for Tesseract and Ocrmypdf OCR ( #2505 )
...
* Add Japanese Vertical Support
* Adds Japanese Vertical mappings to default configuration.
2024-04-16 20:24:57 +02:00
eikek
0a987f5b66
Change docker base images to 3.19.1
...
See #2504 , alpine edge introduced a version of tesseract that is
problematic to use from within docspell
2024-02-29 21:52:00 +01:00
renovate[bot]
bad82d01a5
Update postgres Docker tag to v16.2
2024-02-23 06:21:58 +00:00
Jeff Anderson
28141b6b01
tesseract english data is now a separate package
...
It looks like https://git.alpinelinux.org/aports/commit/community/tesseract-ocr?id=e1dc19b16f34ba3faeba489ea3412d3b3c67c12f introduced the english data language as a separate package.
2024-01-30 15:02:45 -05:00
renovate[bot]
5ace04e3e1
Update alpine Docker tag to v20231219
2023-12-20 06:11:18 +00:00
eikek
b02a5c21fa
Merge pull request #2208 from mprasil/add-slovak-language-support
...
Add support for Slovak language
2023-12-19 23:13:11 +01:00
renovate[bot]
62ca2df94d
Update postgres Docker tag to v16.1
2023-11-15 13:27:43 +00:00
eikek
bb181f1819
Remove pip3 install
...
And hope the ocrmypdf installed via apk is working now.
2023-11-06 16:23:42 +01:00
renovate[bot]
7cf9c79f0d
Update postgres Docker tag to v16
2023-10-03 21:11:09 +00:00
renovate[bot]
99345e40bc
Update alpine Docker tag to v20230901
2023-09-15 06:57:34 +00:00
renovate[bot]
6af75ac1ad
Update postgres Docker tag to v15.4
2023-08-12 00:39:29 +00:00
Miroslav Prasil
8826712259
Add support for Slovak language
...
Just the basic support was added following examples for other languages.
2023-08-03 14:26:19 +01:00
renovate[bot]
d19c1f7648
Update postgres Docker tag to v15.3
2023-05-12 00:42:05 +00:00
renovate[bot]
90972a0cc0
Update alpine Docker tag to v20230329
2023-05-04 21:14:38 +00:00
xshadowlegendx
c576f08c53
add khmer font
2023-03-29 17:48:45 +07:00
xshadowlegendx
40642dea10
temporary download khmer traineddata before the package being added to registry
2023-03-17 17:50:48 +07:00
xshadowlegendx
3511e1ef19
enable analysis-extras module for ico tokenizer
2023-03-16 23:51:28 +07:00
xshadowlegendx
2a89942ae0
add tesseract lang for khmer
2023-03-16 23:51:12 +07:00
renovate[bot]
463450ce67
Update postgres Docker tag to v15.2
2023-02-11 00:52:12 +00:00
eikek
1d39b5c74e
docker: remove non-existing package
2022-11-27 10:00:03 +01:00
eikek
b37f98e01f
Remove explicit install of zlib
...
The explicit install was added earlier due to a broken zlib
package (see issue #1517 ). This has now been fixed for a while in
alpine and can be removed.
2022-11-24 23:56:23 +01:00
mergify[bot]
5154b22003
Merge pull request #1855 from eikek/fix-docker-image
...
Fix docker image
2022-11-19 17:54:04 +00:00
eikek
fe967899f3
Fix joex docker image for ocrmypdf
...
It appears that ocrmypdf requires some other python package at
runtime. 🤷
Issue: #1850
2022-11-19 18:16:54 +01:00
renovate[bot]
15661190fa
Update postgres Docker tag to v15.1
2022-11-11 04:05:56 +00:00
GooRoo
61d5585e68
Add Ukrainian language
2022-11-09 22:24:32 +01:00
eikek
df75fbddcd
Allow to convert html->pdf via weasyprint
2022-11-07 10:31:25 +01:00
eikek
a5315f44ee
Update joex docker image
...
Must drop wkhtmltopdf because it is not available anymore in alpine.
Weasyprint is supposed to be a drop-in replacement, doing poorer
outputs in my eyes. There are alternatives like downloading
pre-compiled binaries, but not for all platforms.
2022-11-07 10:31:25 +01:00
eikek
c0feb13f63
Add Estonian language
...
Closes : #1646
2022-11-01 01:00:16 +01:00
renovate[bot]
f8f3399355
Update postgres Docker tag to v15
2022-10-15 11:09:10 +00:00
eikek
29a60df70e
Drop armv7 support for docker images
...
See PR #1713 , if support is wanted, please open an issue or better a
PR ;-).
2022-08-26 15:00:03 +02:00
Jonas Schoenenberger
db1c8b519d
set jdk17 for all platforms
2022-08-23 08:32:44 +02:00
eikek
7233f606af
Fix dockerfiles
2022-08-12 17:30:57 +02:00
renovate[bot]
ef6fb606d3
Update postgres Docker tag to v14.5
2022-08-12 02:49:15 +00:00
eikek
f626f684d5
Fix packages in dockerfile
2022-08-08 08:33:01 +02:00
renovate[bot]
56d02cfae5
Update dependency postgres to v14.4
2022-06-22 06:07:57 +00:00
eikek
ed2addb77c
Remove settings from docker-compose regarding db migrations
...
This was done to avoid running them on restserver as the image
contained a broken zlib package. (#1517 )
2022-06-04 23:17:38 +02:00
eikek
5cd5ba46af
Another try fixing the zlib issue in docker images
...
zlib 1.2.12-r0 is not working with openjdk, it affects the checksum
calculation of the db migrations. It must be at least 1.2.12-r1. For
some reason joex has this newer version, but the restserver image not.
They are installed explicitely now on both images.
That's why the migration is now disabled on rest-server in the
docker-compose file. It is ok if this is run on one server. It can now
happen that on first start joex is migrating the db and the restserver
tries to do things that don't work yet - it is a corner case. This is
removed with the next version.
Refs: #1517
2022-05-25 23:49:58 +02:00
eikek
004daf96a2
Docker: Add db container as dependencies in compose file
2022-05-22 17:43:47 +02:00
eikek
e0f13352a4
Add more default docker settings
...
Some more common settings are added to apply changes more
conveniently.
Refs: #1530
Refs: #1551
2022-05-21 20:26:32 +02:00
eikek
5ec311c331
Add polish to processing lanugages
...
SOLR doesn't support polish out of the box. Plugins are required for
polish. The language has been added only with basic support. For
better results, a manual setup of solr is required.
Closes : #1345
2022-05-21 14:41:16 +02:00
eikek
9d69401fea
Add Lithuanian to processing languages
...
SOLR doesn't support Lithuanian, maybe it can be added via plugins. A
manual setup of solr is required then. It has been added with basic
support.
Closes : #1540
2022-05-21 14:36:01 +02:00
eikek
d6a2ca48ca
Adopt docker setup for addons (opt-in)
2022-05-21 00:44:17 +02:00
Renovate Bot
d077cc30cd
Update dependency postgres to v14.3
2022-05-18 04:48:49 +00:00
Renovate Bot
e04a76faa4
Update dependency solr to v9
2022-05-14 02:56:45 +00:00
eikek
a6759a4f70
Use openjdk8 on alpine for arm64 and arm/v7
2022-03-04 21:51:40 +01:00
J-Brill
df72090f4b
Fixed typo
...
The missing dash resulted in solr sending a DNS query each minute that returned NxDomain.
In my case they looked like this: "f.base.domain" with base.domain being the base domain set for local DNS.
2022-02-13 20:11:41 +01:00
Renovate Bot
e048b3c686
Update postgres Docker tag to v14.2
2022-02-12 03:13:56 +00:00
eikek
0c56c3b46a
Fixing typo in version
...
This should fix nightly builds. Build script changed to be more compatible.
2022-01-23 01:06:00 +01:00
eikek
3841b4aadd
Add missing timezone to docker container
...
Closes : #1234
2022-01-13 20:06:53 +01:00