Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

override instead of wrap TesserocrRecognize in other processors #191

Merged
merged 22 commits into from
Mar 23, 2023
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
6181b91
all: inherit from TesserocrRecognize, but override its logger
bertsky Mar 14, 2023
ba748bf
segment*: improve delegation to TesserocrRecognize…
bertsky Mar 14, 2023
b0551bf
increase pylint bliss
bertsky Mar 14, 2023
89aa533
update deprecated shapely .type
bertsky Mar 14, 2023
3c87c31
CI: update+simplify (on cimg/python:* instead of ocrd/core)
bertsky Mar 14, 2023
e28a70b
CI: speedup Py36 deps
bertsky Mar 14, 2023
de24a1c
CI: seems to require sudo
bertsky Mar 14, 2023
474bef4
CI: fix conditional step syntax
bertsky Mar 14, 2023
0bc0edb
CI: fix conditional step syntax
bertsky Mar 14, 2023
66da108
CI: fix conditional step syntax
bertsky Mar 14, 2023
b50620d
deps-ubuntu: allow PPA to fail (on newer distributions)
bertsky Mar 14, 2023
51f04a5
CI: chmod PPA Tesseract tessdata g+w
bertsky Mar 14, 2023
04ebc00
deps-ubuntu: allow PPA to fail (on newer distributions)
bertsky Mar 14, 2023
b357217
constructor ocrd_tool: workaround for core#998
bertsky Mar 15, 2023
133fd0b
Revert "constructor ocrd_tool: workaround for core#998"
bertsky Mar 15, 2023
181fcf3
require ocrd v2.47
bertsky Mar 15, 2023
6640c39
_reinit before SetImage (for xpath/auto models)
bertsky Mar 23, 2023
503828b
fix join_polygons Numpy vs Shapely interface
bertsky Mar 23, 2023
24d5620
update ocrd_models kwargs to avoid deprecation warnings
bertsky Mar 23, 2023
eca0305
require core v2.48 for proper constructor delegation
bertsky Mar 23, 2023
24d10dc
fix tests and increase speed and coverage:
bertsky Mar 23, 2023
148d015
Merge branch 'master' into override-insteadof-wrap
bertsky Mar 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
deps-ubuntu: allow PPA to fail (on newer distributions)
bertsky committed Mar 14, 2023

Verified

This commit was signed with the committer’s verified signature.
commit b50620dba9fe6299fd00987e8aed20a6d4d01eba
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ help:
# for details.)
deps-ubuntu:
apt-get install -y --no-install-recommends software-properties-common
add-apt-repository -y ppa:alex-p/tesseract-ocr
-add-apt-repository -y ppa:alex-p/tesseract-ocr
apt-get update
apt-get install -y \
g++ \