Commit Graph

  • 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
  • 915e076774 more extraction of unused functions Konstantin Baierer 2020-11-25 15:02:36 +0100
  • f8c153775b more extraction of util/unused functions Konstantin Baierer 2020-11-25 14:40:51 +0100
  • 3bb516bfb5 more extraction of util/unused functions Konstantin Baierer 2020-11-24 19:49:44 +0100
  • 1fa123fcf8 return_deskew_slop: move to utils Konstantin Baierer 2020-11-24 19:33:16 +0100
  • 340b48ab4b return_deskew_slop: change signature, eliminate references to self Konstantin Baierer 2020-11-24 19:19:07 +0100
  • aa76a223df more extraction of util functions Konstantin Baierer 2020-11-24 16:08:14 +0100
  • 890e2a6988 more extraction of util/unused functions Konstantin Baierer 2020-11-24 15:45:40 +0100
  • 8796b9daf7 unify find_features_of_contour{,e}s Konstantin Baierer 2020-11-24 15:15:29 +0100
  • 86c809b58f more extraction of util functions Konstantin Baierer 2020-11-24 15:11:25 +0100
  • bf209d1622 do not store dpi on instance Konstantin Baierer 2020-11-24 14:06:20 +0100
  • 43f5e7e4e4 do not store dpi on instance Konstantin Baierer 2020-11-24 12:49:58 +0100
  • 63fe7ac763 more extraction of util/unused functions Konstantin Baierer 2020-11-24 12:43:40 +0100
  • 3f6ea176e7 more extraction of util/unused functions Konstantin Baierer 2020-11-23 19:43:38 +0100
  • cf1d9b9fd0 factor out more methods Konstantin Baierer 2020-11-23 19:03:42 +0100
  • 731b8ded6f extract more methods, collect unused methods Konstantin Baierer 2020-11-23 14:18:15 +0100
  • 5915307667 set up circle ci Konstantin Baierer 2020-11-23 13:40:54 +0100
  • 6c305de279 set up constants for "magic numbers" Konstantin Baierer 2020-11-23 13:21:00 +0100