Egor Pugin
640a39bc03
Update sw.yml
2023-10-31 17:16:35 +03:00
Egor Pugin
53da117048
Update sw.yml
2023-10-31 17:12:35 +03:00
Egor Pugin
127292fa8e
Update sw.yml
2023-10-31 17:10:52 +03:00
Egor Pugin
4dea21b1e8
Update sw.yml
2023-10-31 17:09:08 +03:00
Egor Pugin
764464e098
Update sw.yml
2023-10-31 17:05:36 +03:00
Egor Pugin
87db4e26c4
Update sw.yml
2023-10-31 17:04:55 +03:00
Egor Pugin
1ec3957003
Update sw.yml
2023-10-31 16:56:22 +03:00
Egor Pugin
a3b627621f
Update sw.yml
2023-10-31 16:53:33 +03:00
Stefan Weil
36f3efdfac
Fail on curl download errors
...
Fail with an error message instead of trying to handle the text
from an HTML error page as an image and fail later for HTTP codes
equal or larger than 400.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2023-10-31 10:50:36 +01:00
Stefan Weil
dd1c85dc1e
Add new parameter curl_cookiefile for curl_easy_setopt
...
This allows OCR for URLs which require a session cookie.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2023-10-31 10:50:36 +01:00
Stefan Weil
bb2af57054
ci: Fix clang build for Ubuntu 22.04
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2023-10-29 13:07:36 +01:00
Stefan Weil
3a40824561
ci: Allow manual trigger of unittest
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2023-10-29 13:07:29 +01:00
Michaël Veillet Guillem
670672d50b
Move bail_out function before libtoolize check
2023-10-25 18:51:29 +02:00
zdenop
eb612f0786
Merge pull request #4150 from tfmorris/4149-directory-to-stdout
...
Send output of combine_tessdata -d to stdout instead of stderr. Fixes #4149
2023-10-24 06:57:38 +02:00
Tom Morris
07174708ff
Document hidden combo flags
2023-10-23 19:48:07 -04:00
Tom Morris
8cee06da5a
Output directory list to stdout. Fixes #4149
2023-10-23 19:47:22 -04:00
zdenop
dc228edc56
Update cmake-win64.yml
...
use recent version of png (1.6.40) and tiff (4.6.0)
2023-10-07 12:25:14 +02:00
Stefan Weil
e082522c24
Create new release 5.3.3
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2023-10-05 18:27:23 +02:00
Stefan Weil
d366e1e987
Fix loading of sublangs (regression)
...
Model files which where defined with tessedit_load_sublangs in another
model file where no longer loaded since Tesseract release 5.0.0-rc2.
Fixes: 9091055783
("Fix loading of additional model files")
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2023-10-05 17:53:15 +02:00
Yiğit Efe İ
dfcd485725
Update SVPopupMenu.java
...
fixed typo
2023-10-05 12:42:48 +02:00
Yiğit Efe İ
4e3518a1d7
Update SVImageHandler.java
...
fixed typo
2023-10-05 12:42:48 +02:00
Yiğit Efe İ
834127c524
Update SVEventHandler.java
...
fixed typo
2023-10-05 12:42:48 +02:00
Parryword
faa06cc787
Update ScrollView.java
...
merged very short lines
2023-10-05 12:42:48 +02:00
Parryword
d26fbab6ce
Update ScrollView.java
...
typo fixed
2023-10-05 12:42:48 +02:00
Stefan Weil
195045e602
Update test submodule
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2023-10-05 12:28:18 +02:00
Stefan Weil
063ad31a60
Fix regression in layout detection since 5.0.0 (fixes issue #4014 )
...
"auto" resulted in unsigned numbers, but htext_score and vtest_score
can be negative.
Fixes: 842cca1d49
("Fix more signed/unsigned compiler warnings")
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2023-10-05 08:10:44 +02:00
Ikko Eltociear Ashimine
7e0c1d708b
Fix typo in stepblob.h
...
repostion -> reposition
2023-09-30 20:30:14 +02:00
R. Savchenko
39222a00e9
initDSProfile: correct std::vector usage ( #4124 )
...
Co-authored-by: Roman Savchenko <rsavchenko@alteryx.com>
2023-09-13 11:01:46 +02:00
Amit D
566f97a29a
sw.yml: Remove Ubuntu 20.04
...
SW is broken with the default compiler of Ubuntu 20.04.
2023-09-11 23:08:47 +03:00
Amit D
84318ed355
Update autotools.yml
2023-09-05 19:40:33 +03:00
Amit D
74fa1c5bbf
Update cmake.yml
2023-09-05 19:27:26 +03:00
zdenop
544dff4423
fix typos
2023-08-30 13:38:52 +02:00
Kevin Unger
8b4284d28b
add missing commas
2023-08-16 13:54:11 +02:00
Kevin Unger
fa50115efc
fix citation links
2023-08-16 13:54:11 +02:00
zdenop
ce93692370
Merge pull request #4115 from stweil/citations
...
Rename BibTex file to please GitHub
2023-08-08 21:28:15 +02:00
Stefan Weil
7c7498c327
Rename BibTex file to please GitHub
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2023-08-08 16:51:58 +02:00
Stefan Weil
3852f4c8f6
Optimize function ImageFind::FindImages
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2023-08-08 16:44:16 +02:00
Stefan Weil
2b375fc3d6
Fix comment for function UNICHARSET::set_black_and_whitelist
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2023-08-08 16:43:36 +02:00
Stefan Weil
77e4eab565
Fix comment for function HOcrEscape
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2023-08-08 16:43:36 +02:00
Stefan Weil
0768e4ff4c
Fix comment
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2023-07-30 12:43:39 +02:00
Stefan Weil
8fdf20342a
Provide more disk space for GitHub action unittest
...
ubuntu-20.04-gcc-unittest failed because it ran out of disk space.
Removing some unused directories adds more than 30 GiB free disk space.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2023-07-28 07:17:19 +02:00
Parryword
a726020936
Update ScrollView.java
...
typo fixed
2023-07-19 20:24:02 +02:00
zdenop
54b9fe4de9
cmake: check_leptonica_tiff_support() works with cmake>=3.25
2023-07-15 19:43:50 +02:00
Stefan Weil
d1abdf353a
Remove whitespace at line endings
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2023-07-13 10:01:59 +02:00
zdenop
b86afd63cf
Merge pull request #4097 from UB-Mannheim/main
...
Fix some issues which were reported by Coverity Scan
2023-07-12 08:33:33 +02:00
Stefan Weil
82c7999f6c
Merge pull request #4099 from pkubaj/patch-1
...
Fix build without git clone in cloned directory
2023-07-11 19:54:44 +02:00
pkubaj
9bf4b31012
Fix build without git clone in cloned directory
...
FreeBSD uses git to manage Ports Tree. Tesseract, when building from the Ports Tree, is built from a tarball that doesn't have .git and then git describe is ran on top of the Ports Tree.
2023-07-11 16:02:23 +00:00
Stefan Weil
f49b6e9f4d
Merge pull request #4098 from hesmar/main
...
Disable -mfpu=neon for aarch64
2023-07-11 16:45:31 +02:00
hesmar
d7c071197e
Disable -mfpu=neon for aarch64
...
Disable -mfpu command line argument on aarch64, because it is not available in gcc (aarch64)
2023-07-11 16:29:39 +02:00
Stefan Weil
8df11a6af3
Avoid passing objects by value
...
This fixes several Coverity Scan issues.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2023-07-11 14:17:51 +02:00