Commit Graph

  • 8ab50a5486
    Merge pull request #18 from qurator-spk/keras-23 vahidrezanezhad 2021-02-15 17:30:05 +0100
  • 37431d4840
    resolving error caused by dpi of image on windows [temporary] vahidrezanezhad 2021-02-15 11:08:38 +0100
  • ef3ccd0d5f fix special case where num_col_classifier was unbound Konstantin Baierer 2021-02-05 18:59:29 +0100
  • 5af0c5df9e Merge branch 'refactor-cntd' of https://github.com/qurator-spk/eynollah into refactor-cntd Konstantin Baierer 2021-02-05 18:48:06 +0100
  • 420a9ca252 more outfactoring run code to methods Konstantin Baierer 2021-02-05 18:45:14 +0100
  • b06acbf754 untangle run even further Konstantin Baierer 2021-02-05 18:12:20 +0100
  • 8f82e81551 remove unnecessary patches assignment, simplify if-else Konstantin Baierer 2021-02-05 17:35:29 +0100
  • 9dca742694 further untangle run Konstantin Baierer 2021-02-05 17:26:45 +0100
  • bf6eaafbc7 untangle run Konstantin Baierer 2021-02-05 16:16:13 +0100
  • 585445980b Merge branch 'keras-23' into refactor-cntd Konstantin Baierer 2021-02-05 15:05:24 +0100
  • a14462db22 remove else-pass, reset t1 after measuring Konstantin Baierer 2021-02-05 14:58:49 +0100
  • e97cc82417 typo in setup.py Konstantin Baierer 2021-02-05 13:36:13 +0100
  • da563519ec require setuptools >= 50 Konstantin Baierer 2021-02-05 13:34:17 +0100
  • f043eea273 setup.py: install also .utils Konstantin Baierer 2021-02-05 13:26:14 +0100
  • 1dec9b8731 simplify if-else in run Konstantin Baierer 2021-02-05 12:30:00 +0100
  • 916e0a1870 restrict keras version to < 2.4 Konstantin Baierer 2021-02-04 15:37:36 +0100
  • 306acd3618
    replace `PrintSpace` with `Border` Clemens Neudecker 2021-02-04 23:48:46 +0100
  • 70d0b985a9 cli: add a --log-level option Konstantin Baierer 2021-02-04 19:59:28 +0100
  • ca23b32e9b split do_order_of_regions, lots of logging Konstantin Baierer 2021-02-04 19:55:54 +0100
  • 8cd4067fc5 cli: add negative flag variants (--no/-no) Konstantin Baierer 2021-02-04 18:46:03 +0100
  • 2929ba1ee3 imread: use cv2.THREAD_GRAYSCALE constant rather than 0 Konstantin Baierer 2021-02-04 18:33:06 +0100
  • 3b10128c8f simplify if-else logic for enhancement Konstantin Baierer 2021-02-04 18:28:27 +0100
  • e0418773d9 start logging Konstantin Baierer 2021-02-04 17:39:00 +0100
  • ef1e32ee97 restrict keras version to < 2.4 Konstantin Baierer 2021-02-04 15:37:36 +0100
  • 6bb32c0bfd ci: install test dependencies Konstantin Baierer 2021-02-04 15:27:20 +0100
  • 4e1956df5e do an actual test run Konstantin Baierer 2021-02-04 15:21:14 +0100
  • 3905203294
    matplotlib.pyplot removed vahidrezanezhad 2021-02-03 14:51:12 +0100
  • 306e2a0a13
    Headers were not written correctly. Fixed vahidrezanezhad 2021-02-03 14:49:46 +0100
  • c2e9ebb366 move all plotting code to EynollahPlotter Konstantin Baierer 2021-02-02 15:36:43 +0100
  • 853fd12e40 extract matplotlib code to method Konstantin Baierer 2021-02-02 14:34:25 +0100
  • 4a903d2ec3 utils.find_num_col: clean up and simplify if-else Konstantin Baierer 2021-02-02 14:33:36 +0100
  • 58c5d4dce6 eliminate unused "slope_first" arg to textline_contours_postprocessing Konstantin Baierer 2021-02-02 14:12:03 +0100
  • df3e161325 🎨 cleanup, remove unused vars, use max over if-else Konstantin Baierer 2021-02-01 14:03:02 +0100
  • 8f0455590a fix signature of calculate_width_height_by_columns Konstantin Baierer 2021-02-01 12:55:54 +0100
  • 0bd9a10525 continue simplifying copy/paste coordinate logic Konstantin Baierer 2021-02-01 12:54:10 +0100
  • 28d35f8e6b start simplifying copy/paste coordinate logic Konstantin Baierer 2021-02-01 12:07:50 +0100
  • c7d509bb2c
    Merge pull request #12 from qurator-spk/import-typo Konstantin Baierer 2021-02-01 12:04:13 +0100
  • 8498daec26 Merge branch 'import-typo' into refactor-cntd Konstantin Baierer 2021-02-01 11:28:06 +0100
  • 5a46e7ed27 fix signature of calculate_polygon_coords Konstantin Baierer 2021-02-01 11:27:33 +0100
  • f214a39cba utils.separate_lines: fix import Konstantin Baierer 2021-01-30 15:01:01 +0100
  • 81d7233e67 eynollah.py: use lxml not xml.etree Konstantin Baierer 2021-01-30 14:57:43 +0100
  • b93c1923d0 clean up empty lines, fix syntax error Konstantin Baierer 2021-01-29 17:44:54 +0100
  • 7905b3b9d2 outfactor calculate_width_height_by_columns Konstantin Baierer 2021-01-29 17:34:18 +0100
  • fd0ea5e0a4 Merge branch 'import-typo' into refactor-cntd Konstantin Baierer 2021-01-29 17:13:02 +0100
  • 90c8af9595 fix import {,.}utils.xml, ht @bertsky Konstantin Baierer 2021-01-29 16:10:15 +0100
  • ae1d335010 🎨 remove extraneous empty lines, simplify elif to else where possible Konstantin Baierer 2021-01-28 19:11:28 +0100
  • dfb294eb25 outfactor calculate_polygon_coords Konstantin Baierer 2021-01-28 18:39:45 +0100
  • 4d31a21c3e keep id_indexer_l thru serialize_lines_in_region Konstantin Baierer 2021-01-28 18:39:16 +0100
  • e11d9adfea outfactor serialize_lines_in_region Konstantin Baierer 2021-01-28 17:23:43 +0100
  • 4a5c99008a eynollah: define self.cont_page in __init__, extract page coord calculation Konstantin Baierer 2021-01-28 15:10:06 +0100
  • 52df6972ad rename: image_{dir,filename}, {f_name,image_filename_stem} Konstantin Baierer 2021-01-27 12:52:51 +0100
  • f5e11a1056 remove commented out code in eynollah.py Konstantin Baierer 2021-01-27 12:11:26 +0100
  • 19895b0194 rename: image_{dir,filename}, {f_name,image_filename_stem} Konstantin Baierer 2021-01-27 11:59:42 +0100
  • 2bef2d4c04 use pathlib to determine f_name Konstantin Baierer 2021-01-27 11:51:23 +0100
  • 85d631aadf
    Update separate_lines.py from local vahidrezanezhad 2021-01-12 10:56:53 +0100
  • a8f7776f85
    Update __init__.py from local vahidrezanezhad 2021-01-12 10:50:19 +0100
  • f3c70861e0
    Update eynolllah.py from local vahidrezanezhad 2021-01-12 10:47:20 +0100
  • 3d808067fe
    Update README.md (#9) Clemens Neudecker 2020-12-16 15:52:37 +0100
  • c7062c58ff
    Update README.md Clemens Neudecker 2020-12-16 15:21:00 +0100
  • 05a3589d54
    Update README.md Clemens Neudecker 2020-12-16 15:10:04 +0100
  • b2af0d2786
    add dla example image Clemens Neudecker 2020-12-16 13:52:40 +0100
  • cb7460e241
    Update README.md Clemens Neudecker 2020-12-16 13:22:46 +0100
  • 0d47f28655 Merge branch 'lxml' into main Konstantin Baierer 2020-12-16 12:51:29 +0100
  • 044ff0c5a2 Merge branch 'refactor' into main Konstantin Baierer 2020-12-16 12:51:20 +0100
  • 359eea502d Merge branch 'refactor' of https://github.com/qurator-spk/eynollah into refactor Konstantin Baierer 2020-12-16 10:53:38 +0100
  • 801ccac699
    Update eynollah.py vahidrezanezhad 2020-12-15 15:38:48 +0100
  • e3a55721f1
    Update requirements.txt vahidrezanezhad 2020-12-15 15:30:30 +0100
  • ff7b5ce409 use lxml, factor PAGE creation to utils.xml Konstantin Baierer 2020-12-11 13:23:56 +0100
  • 14d80700d4 remove import seaborn Konstantin Baierer 2020-12-11 12:41:36 +0100
  • e9d132e1b8
    upgrade to PAGE-XML 2019 Clemens Neudecker 2020-12-09 22:41:55 +0100
  • 3aecf47f53
    Update eynollah.py vahidrezanezhad 2020-12-09 17:11:05 +0100
  • 38a7154130
    Missing functions from contour added vahidrezanezhad 2020-12-09 17:07:04 +0100
  • 87a967e622
    missing functions and remove self. prefix vahidrezanezhad 2020-12-09 17:04:27 +0100
  • a3e55582f7
    tensorflow-gpu instead of tensorflow Clemens Neudecker 2020-12-04 21:16:58 +0100
  • 30829bc9b2 seaborn not currently used Konstantin Baierer 2020-12-04 13:52:03 +0100
  • c16533dc2c remove unused VERY_LARGE_NUMBER constant Konstantin Baierer 2020-12-03 10:58:37 +0100
  • 4f90ce5268 Create test-eynollah.yml Konstantin Baierer 2020-12-03 17:49:36 +0100
  • a4c748246a Merge branch 'main' into refactor Konstantin Baierer 2020-12-02 17:05:53 +0100
  • 6766e74738
    Merge pull request #1 from qurator-spk/basic-python-tooling Konstantin Baierer 2020-12-01 15:52:08 +0100
  • f210054eb4 Merge remote-tracking branch 'origin/main' into basic-python-tooling Konstantin Baierer 2020-12-01 13:46:55 +0100
  • 778a4197a5
    Update README.md Clemens Neudecker 2020-11-30 15:44:01 +0100
  • 5e9d078e4a
    [do not merge] Update README.md (#3) Clemens Neudecker 2020-11-30 15:40:32 +0100
  • 41d6ddeae8
    add flowchart Clemens Neudecker 2020-11-30 15:12:19 +0100
  • 156b0db519
    initial = drop capital Clemens Neudecker 2020-11-30 15:07:15 +0100
  • 37ad054dfa
    Update README.md Clemens Neudecker 2020-11-30 14:58:17 +0100
  • e496c69380
    add sentence on Reading Order Clemens Neudecker 2020-11-30 14:41:15 +0100
  • b2a4a35fda
    installation instructions -> pip Clemens Neudecker 2020-11-30 14:34:57 +0100
  • a6cfb665a2
    models download url Clemens Neudecker 2020-11-30 14:33:11 +0100
  • 9b98201770
    cosmetics Clemens Neudecker 2020-11-30 14:29:22 +0100
  • c0ae2dc7fa deduplicate code seperate_lines{,_vertical} Konstantin Baierer 2020-11-30 13:54:06 +0100
  • 11315da683 remove type annotations in unused Konstantin Baierer 2020-11-30 13:26:00 +0100
  • 87ef313502 more outsourcing of utils Konstantin Baierer 2020-11-27 14:38:59 +0100
  • 8d2227b04b make test Konstantin Baierer 2020-11-27 14:38:29 +0100
  • fb247dafc2 factor more methods out of utils Konstantin Baierer 2020-11-27 13:16:55 +0100
  • 8c72f8bc03 split utils into contour, rotate, separate_lines Konstantin Baierer 2020-11-27 12:04:28 +0100
  • a2341deab4 🎨 remove trailing spaces Konstantin Baierer 2020-11-25 19:13:47 +0100
  • 6ab7abdfcd 🔥 manually merge 58ecb57 Konstantin Baierer 2020-11-25 19:12:34 +0100
  • 58ecb5708e patch in changes from 37c0338 by @vahidrezanezhad Konstantin Baierer 2020-11-25 17:05:26 +0100
  • 7f32cebf8c
    add short statement on wip Clemens Neudecker 2020-11-25 16:27:42 +0100
  • 145b2fcd98 more extraction of unused functions Konstantin Baierer 2020-11-25 15:32:07 +0100