- 16 Jul, 2017 1 commit
-
-
Philipp Zumstein authored
-
- 22 May, 2017 2 commits
-
-
Philipp Zumstein authored
Delete unused function bounding_box in ocropus-linegen
-
Philipp Zumstein authored
Fix ocropus-errs --erroronly
-
- 14 May, 2017 1 commit
-
-
Philipp Zumstein authored
This function is now implemented in ocrolib/psegutils.py and only used in ocropus-gpageseg not in the binarization step.
-
- 13 May, 2017 3 commits
-
-
Philipp Zumstein authored
-
Philipp Zumstein authored
-
Philipp Zumstein authored
Add badge for CircleCI
-
- 10 May, 2017 2 commits
-
-
Konstantin Baierer authored
Test page workflow and confidence measure, update coverage test
-
Philipp Zumstein authored
Test now also: * ocorpus-dewarp * ocropus-linegen * ocorpus-rtrain
-
- 09 May, 2017 5 commits
-
-
Philipp Zumstein authored
-
Philipp Zumstein authored
-
Philipp Zumstein authored
-
Philipp Zumstein authored
-
Philipp Zumstein authored
-
- 08 May, 2017 7 commits
-
-
Philipp Zumstein authored
-
Philipp Zumstein authored
Delete .hgignore
-
Philipp Zumstein authored
Unit tests
-
Philipp Zumstein authored
-
Philipp Zumstein authored
-
Philipp Zumstein authored
-
Philipp Zumstein authored
-
- 07 May, 2017 6 commits
-
-
Konstantin Baierer authored
circle.yml file for Circle CI testing, run-test-ci
-
Konstantin Baierer authored
-
Konstantin Baierer authored
-
Konstantin Baierer authored
-
Philipp Zumstein authored
Delete unused and suppress obsolete parameters in ocropus-gpageseg
-
Philipp Zumstein authored
-
- 28 Apr, 2017 8 commits
-
-
Philipp Zumstein authored
We have now 11 wiki pages.
-
Philipp Zumstein authored
-
Philipp Zumstein authored
-
Philipp Zumstein authored
-
Philipp Zumstein authored
This parameter was never used in the page segmentation, but it is used in the binarization and some older scripts.
-
Konstantin Baierer authored
Add .ipynb_checkpoints/ to .gitignore
-
Philipp Zumstein authored
-
Philipp Zumstein authored
The import statements for the main commands ocropus-* are standardized: * Put different import statements into different lines * Group them into (1) standard imports, (2) third party imports, (3) local modules * Avoid the "from pylab import *" * Use rather "import numpy as np", "import matplotlib.pyplot as plt" Moreover, some unused import statements were deleted and a very few nits for readibility are done. This work is heavily based on the work by @QuLogic in the branch https://github.com/QuLogic/ocropy/commits/standard-import All commands from the current pipeline are tested to still work in the usual calls (especially run-test and run-rtrain).
-
- 27 Apr, 2017 1 commit
-
-
Philipp Zumstein authored
Some imports are not anymore used because the models or other data files are not anymore downloaded with this script. Some uncommented parts are now deleted.
-
- 26 Apr, 2017 4 commits
-
-
Philipp Zumstein authored
Add documentation for dewarp (line normalizer)
-
Philipp Zumstein authored
Dewarp padding
-
Philipp Zumstein authored
-
Philipp Zumstein authored
-