Commit graph

134 commits

Author SHA1 Message Date
vahidrezanezhad
a7c92c92ff
Merge pull request #38 from qurator-spk/printspace-vs-border
replace 'PrintSpace' with 'Border'
2020-08-19 14:16:18 -04:00
Clemens Neudecker
e4798c6811
replace 'PrintSpace' with 'Border' 2020-08-18 17:05:20 +02:00
Clemens Neudecker
36adbe29d8
replace 'PrintSpace' with 'Border' 2020-08-18 17:03:56 +02:00
Clemens Neudecker
6a73d61e48
Merge pull request #37 from qurator-spk/update-readme
Update README.md
2020-08-18 16:57:28 +02:00
Clemens Neudecker
b6381fb1d9
Update README.md 2020-08-18 16:54:32 +02:00
Clemens Neudecker
06cecaecb2
Update README.md (heuristic methods) 2020-08-18 16:52:37 +02:00
Clemens Neudecker
ae0cb2f32b
Update README.md (textline detection)
tbc
2020-08-18 16:35:08 +02:00
Clemens Neudecker
0466d6914e
Update README.md (layout detection)
tbc
2020-08-18 16:19:28 +02:00
Clemens Neudecker
a53915e002
Update README.md (border detection)
tcb
2020-08-18 14:54:02 +02:00
Clemens Neudecker
c15da4cd0f
add travis CI badge 2020-08-18 14:39:49 +02:00
Clemens Neudecker
4acdc39293
Merge pull request #13 from stweil/travis
Add initial Travis CI
2020-08-18 13:56:07 +02:00
6b0fc49fe8
Merge pull request #36 from kba/file-ids-and-such
use make_file_id and assert_file_grp_cardinality
2020-08-12 11:50:12 +02:00
Konstantin Baierer
05deb03ec8 use make_file_id and assert_file_grp_cardinality 2020-08-11 15:06:34 +02:00
8b01d9e671 🐛 sbb_textline_detection: Set pcGtsId
Newest OCR-D workspace validation requires that the pcGtsId of a
PAGE-XML file matches its METS mets:file/ID. Fix this by setting
it correctly.
2020-08-05 17:16:40 +02:00
vahidrezanezhad
eba5f544fe
Update README.md 2020-08-03 15:58:33 +02:00
vahidrezanezhad
87ca7d94ce
Update README.md 2020-08-03 13:24:51 +02:00
vahidrezanezhad
5ab14758c4
Update README.md 2020-08-03 13:23:59 +02:00
vahidrezanezhad
601ae8bff7
Update README.md 2020-08-03 13:04:29 +02:00
vahidrezanezhad
8872131a43
Update README.md 2020-08-03 12:46:42 +02:00
vahidrezanezhad
51d90dad50
Update README.md 2020-08-03 12:45:55 +02:00
Clemens Neudecker
4036e2a527
Merge pull request #34 from stweil/master
LGTM

(Enforce older version of Keras which does not use TensorFlow 2)
2020-07-24 19:36:31 +02:00
Stefan Weil
63551927a6 Enforce older version of Keras which does not use TensorFlow 2
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2020-06-26 21:58:14 +02:00
3593506e72
🔧 ocrd-tool.json: Update description, steps and categories
Fixes #31.
2020-05-29 17:30:53 +02:00
4b566830a9
📝 README.md: Rephrase/correct OCR-D usage info
See #32: "respects" is probably an ambiguous or even incorrect term. Also rephrase "it's a good idea" to "it's OK to do".
2020-05-29 17:08:29 +02:00
Clemens Neudecker
d36b01591d
Merge pull request #28 from sulzbals/ocrd-compliance
ocrd-tool.json: Make description OCR-D compliant
2020-05-19 15:30:36 +02:00
Lucas Sulzbach
ead1eae114 ocrd-tool.json: Make description OCR-D compliant 2020-05-07 00:16:55 -03:00
vahidrezanezhad
f94944ee80
change scaling 2020-04-11 02:52:41 +02:00
vahidrezanezhad
8618be2d9e
Merge pull request #26 from qurator-spk/cneud-patch-tf
use TensorFlow 1.15.2 or later, but not 2.x
2020-02-21 17:40:28 +01:00
b-vr103
b9caa8e12c resolve 2020-02-17-bug-sbb_textline_detector 2020-02-21 16:48:27 +01:00
Clemens Neudecker
d042c9488a
use TensorFlow 1.15.2 or later, but not 2.x
fix for https://github.com/qurator-spk/sbb_textline_detection/network/alert/requirements.txt/tensorflow-gpu/open
2020-02-20 16:49:54 +01:00
Clemens Neudecker
689822c63a
Update README.md 2020-01-16 15:57:20 +01:00
vahidrezanezhad
dde683751c
Update README.md 2020-01-16 15:47:04 +01:00
vahidrezanezhad
6525f7c044
Update README.md 2020-01-16 15:46:20 +01:00
vahidrezanezhad
15155605b2
Merge pull request #25 from qurator-spk/update-readme
Update README.md
2020-01-16 15:42:39 +01:00
Clemens Neudecker
c842f1e87f
Update README.md 2020-01-15 19:41:49 +01:00
b-vr103
1446d7c662 getting robust and doing sth for verticals 2019-12-13 18:04:04 +01:00
b-vr103
3941f2f17d gettin robust and doing sth for verticals 2019-12-13 17:49:19 +01:00
f90b3cfa86 🔊 sbb_textline_detector: In OCR-D interface, warn if overwriting existing segmentation 2019-12-11 13:54:29 +01:00
27b2d056b0 📝 sbb_textline_detection: Document that this also does printspace and region detection 2019-12-11 13:33:21 +01:00
11c0e9cee5 🐛 sbb_textline_detector: Do not print PAGE output to stdout
ocrd-sbb-textline-detector uses ocrd_page's parse() to parse XML input,
which writes the XML to stdout by default.

Fix this by silencing it using parse()'s silence=True.
2019-12-11 12:39:50 +01:00
d60ec2bd38 Merge branch 'wrznr-simpler_input_file_group_handling' 2019-12-10 18:20:15 +01:00
wrznr
4fc57d7756 Assign page id 2019-12-10 16:59:45 +01:00
wrznr
9e9163e852 Simplify the iteration over files in the input file group 2019-12-10 16:55:43 +01:00
Stefan Weil
cbad0c9939 Add initial Travis CI
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2019-12-09 17:41:02 +01:00
6e0decb5ec
Merge pull request #12 from kba/rename-tool
Rename ocrd_sbb.. to ocrd-sbb... in ocrd_cli.py, ht @bertsky
2019-12-09 16:50:27 +01:00
643a8c6686 Merge commit '5fb30a7a1f' 2019-12-09 15:13:33 +01:00
5fb30a7a1f Revert "Merge branch 'master' of https://github.com/qurator-spk/sbb_textline_detector"
This reverts commit 417b9235d5, reversing
changes made to a74974b7b6.
2019-12-09 15:11:25 +01:00
Konstantin Baierer
cf6381c148 Rename ocrd_sbb.. to ocrd-sbb... in ocrd_cli.py, ht @bertsky 2019-12-09 13:02:44 +01:00
b-vr103
8f37d694e5 Merge branch 'master' of https://github.com/qurator-spk/sbb_textline_detector 2019-12-09 12:03:39 +01:00
b-vr103
417b9235d5 Merge branch 'master' of https://github.com/qurator-spk/sbb_textline_detector 2019-12-09 11:57:16 +01:00