Commit graph

  • 35838069fc remove unused filter_contours_area_of_image_interiors Konstantin Baierer 2021-02-23 16:42:53 +01:00
  • e2ae6dbd44 remove unused find_features_of_contours Konstantin Baierer 2021-02-23 16:39:33 +01:00
  • 823592126e remove unused return_bonding_box_of_contours Konstantin Baierer 2021-02-23 16:38:17 +01:00
  • 9454a921b1 remove unused return_contours_of_interested_region_and_bounding_box Konstantin Baierer 2021-02-23 16:37:13 +01:00
  • 732a27fe77 remove unused variables Konstantin Baierer 2021-02-23 16:36:11 +01:00
  • f96a9c52d1 uniform coords calculation Konstantin Baierer 2021-02-23 16:10:09 +01:00
  • 6d476230ce remove unnecessary (hope so) try-except Konstantin Baierer 2021-02-23 16:00:51 +01:00
  • 23e97a5e0b factor out add_textequiv Konstantin Baierer 2021-02-23 15:45:38 +01:00
  • b3dd6685e7 sys.exit not necessary Konstantin Baierer 2021-02-23 15:39:42 +01:00
  • 461d3e31cf Merge remote-tracking branch 'origin/refactor-cntd' into ocrd-cli Konstantin Baierer 2021-02-23 15:23:43 +01:00
  • 48d8406fba remove unncessary try-except, formatting Konstantin Baierer 2021-02-23 15:10:01 +01:00
  • 881e2787ab
    resolving issue with None num_col vahidrezanezhad 2021-02-23 15:07:13 +01:00
  • 4480302b53 write_into_page.*: use one variable name only Konstantin Baierer 2021-02-23 14:07:33 +01:00
  • 5f04fc7137 move the two xml serialization methods next to each other Konstantin Baierer 2021-02-23 13:52:11 +01:00
  • fdbcfe44a0 🎨 simplify Konstantin Baierer 2021-02-23 13:49:48 +01:00
  • bfb6e77db1 factor out reading order code, simplify Konstantin Baierer 2021-02-23 13:44:45 +01:00
  • 6035740b52 num_col should default to 0 not None Konstantin Baierer 2021-02-23 13:02:43 +01:00
  • 7b61b64665 🎨 remove dead code, spacing Konstantin Baierer 2021-02-20 13:28:28 +01:00
  • bce983f3d4 keep images in memory and copy Konstantin Baierer 2021-02-18 16:28:55 +01:00
  • 8c603ae16d check_dpi: use OcrdExif instead identify callout Konstantin Baierer 2021-02-18 14:27:08 +01:00
  • 0a92543245
    functionality checked vahidrezanezhad 2021-02-16 00:31:44 +01:00
  • 8ab50a5486
    Merge pull request #18 from qurator-spk/keras-23 vahidrezanezhad 2021-02-15 17:30:05 +01:00
  • 37431d4840
    resolving error caused by dpi of image on windows [temporary] vahidrezanezhad 2021-02-15 11:08:38 +01:00
  • ef3ccd0d5f fix special case where num_col_classifier was unbound Konstantin Baierer 2021-02-05 18:59:29 +01:00
  • 5af0c5df9e Merge branch 'refactor-cntd' of https://github.com/qurator-spk/eynollah into refactor-cntd Konstantin Baierer 2021-02-05 18:48:06 +01:00
  • 420a9ca252 more outfactoring run code to methods Konstantin Baierer 2021-02-05 18:45:14 +01:00
  • b06acbf754 untangle run even further Konstantin Baierer 2021-02-05 18:12:20 +01:00
  • 8f82e81551 remove unnecessary patches assignment, simplify if-else Konstantin Baierer 2021-02-05 17:35:29 +01:00
  • 9dca742694 further untangle run Konstantin Baierer 2021-02-05 17:26:45 +01:00
  • bf6eaafbc7 untangle run Konstantin Baierer 2021-02-05 16:16:13 +01:00
  • 585445980b Merge branch 'keras-23' into refactor-cntd Konstantin Baierer 2021-02-05 15:05:24 +01:00
  • a14462db22 remove else-pass, reset t1 after measuring Konstantin Baierer 2021-02-05 14:58:49 +01:00
  • e97cc82417 typo in setup.py Konstantin Baierer 2021-02-05 13:36:13 +01:00
  • da563519ec require setuptools >= 50 Konstantin Baierer 2021-02-05 13:34:17 +01:00
  • f043eea273 setup.py: install also .utils Konstantin Baierer 2021-02-05 13:26:14 +01:00
  • 1dec9b8731 simplify if-else in run Konstantin Baierer 2021-02-05 12:30:00 +01:00
  • 916e0a1870 restrict keras version to < 2.4 Konstantin Baierer 2021-02-04 15:37:36 +01:00
  • 306acd3618
    replace PrintSpace with Border Clemens Neudecker 2021-02-04 23:48:46 +01:00
  • 70d0b985a9 cli: add a --log-level option Konstantin Baierer 2021-02-04 19:59:28 +01:00
  • ca23b32e9b split do_order_of_regions, lots of logging Konstantin Baierer 2021-02-04 19:55:54 +01:00
  • 8cd4067fc5 cli: add negative flag variants (--no/-no) Konstantin Baierer 2021-02-04 18:46:03 +01:00
  • 2929ba1ee3 imread: use cv2.THREAD_GRAYSCALE constant rather than 0 Konstantin Baierer 2021-02-04 18:33:06 +01:00
  • 3b10128c8f simplify if-else logic for enhancement Konstantin Baierer 2021-02-04 18:28:27 +01:00
  • e0418773d9 start logging Konstantin Baierer 2021-02-04 17:39:00 +01:00
  • ef1e32ee97 restrict keras version to < 2.4 Konstantin Baierer 2021-02-04 15:37:36 +01:00
  • 6bb32c0bfd ci: install test dependencies Konstantin Baierer 2021-02-04 15:27:20 +01:00
  • 4e1956df5e do an actual test run Konstantin Baierer 2021-02-04 15:21:14 +01:00
  • 3905203294
    matplotlib.pyplot removed vahidrezanezhad 2021-02-03 14:51:12 +01:00
  • 306e2a0a13
    Headers were not written correctly. Fixed vahidrezanezhad 2021-02-03 14:49:46 +01:00
  • c2e9ebb366 move all plotting code to EynollahPlotter Konstantin Baierer 2021-02-02 15:36:43 +01:00
  • 853fd12e40 extract matplotlib code to method Konstantin Baierer 2021-02-02 14:34:25 +01:00
  • 4a903d2ec3 utils.find_num_col: clean up and simplify if-else Konstantin Baierer 2021-02-02 14:33:36 +01:00
  • 58c5d4dce6 eliminate unused "slope_first" arg to textline_contours_postprocessing Konstantin Baierer 2021-02-02 14:12:03 +01:00
  • df3e161325 🎨 cleanup, remove unused vars, use max over if-else Konstantin Baierer 2021-02-01 14:03:02 +01:00
  • 8f0455590a fix signature of calculate_width_height_by_columns Konstantin Baierer 2021-02-01 12:55:54 +01:00
  • 0bd9a10525 continue simplifying copy/paste coordinate logic Konstantin Baierer 2021-02-01 12:54:10 +01:00
  • 28d35f8e6b start simplifying copy/paste coordinate logic Konstantin Baierer 2021-02-01 12:07:50 +01:00
  • c7d509bb2c
    Merge pull request #12 from qurator-spk/import-typo Konstantin Baierer 2021-02-01 12:04:13 +01:00
  • 8498daec26 Merge branch 'import-typo' into refactor-cntd Konstantin Baierer 2021-02-01 11:28:06 +01:00
  • 5a46e7ed27 fix signature of calculate_polygon_coords Konstantin Baierer 2021-02-01 11:27:33 +01:00
  • f214a39cba utils.separate_lines: fix import Konstantin Baierer 2021-01-30 15:01:01 +01:00
  • 81d7233e67 eynollah.py: use lxml not xml.etree Konstantin Baierer 2021-01-30 14:57:43 +01:00
  • b93c1923d0 clean up empty lines, fix syntax error Konstantin Baierer 2021-01-29 17:44:54 +01:00
  • 7905b3b9d2 outfactor calculate_width_height_by_columns Konstantin Baierer 2021-01-29 17:34:18 +01:00
  • fd0ea5e0a4 Merge branch 'import-typo' into refactor-cntd Konstantin Baierer 2021-01-29 17:13:02 +01:00
  • 90c8af9595 fix import {,.}utils.xml, ht @bertsky Konstantin Baierer 2021-01-29 16:10:15 +01:00
  • ae1d335010 🎨 remove extraneous empty lines, simplify elif to else where possible Konstantin Baierer 2021-01-28 19:11:28 +01:00
  • dfb294eb25 outfactor calculate_polygon_coords Konstantin Baierer 2021-01-28 18:39:45 +01:00
  • 4d31a21c3e keep id_indexer_l thru serialize_lines_in_region Konstantin Baierer 2021-01-28 18:39:16 +01:00
  • e11d9adfea outfactor serialize_lines_in_region Konstantin Baierer 2021-01-28 17:23:43 +01:00
  • 4a5c99008a eynollah: define self.cont_page in __init__, extract page coord calculation Konstantin Baierer 2021-01-28 15:10:06 +01:00
  • 52df6972ad rename: image_{dir,filename}, {f_name,image_filename_stem} Konstantin Baierer 2021-01-27 12:52:51 +01:00
  • f5e11a1056 remove commented out code in eynollah.py Konstantin Baierer 2021-01-27 12:11:26 +01:00
  • 19895b0194 rename: image_{dir,filename}, {f_name,image_filename_stem} Konstantin Baierer 2021-01-27 11:59:42 +01:00
  • 2bef2d4c04 use pathlib to determine f_name Konstantin Baierer 2021-01-27 11:51:23 +01:00
  • 85d631aadf
    Update separate_lines.py from local vahidrezanezhad 2021-01-12 10:56:53 +01:00
  • a8f7776f85
    Update __init__.py from local vahidrezanezhad 2021-01-12 10:50:19 +01:00
  • f3c70861e0
    Update eynolllah.py from local vahidrezanezhad 2021-01-12 10:47:20 +01:00
  • 3d808067fe
    Update README.md (#9) Clemens Neudecker 2020-12-16 15:52:37 +01:00
  • c7062c58ff
    Update README.md Clemens Neudecker 2020-12-16 15:21:00 +01:00
  • 05a3589d54
    Update README.md Clemens Neudecker 2020-12-16 15:10:04 +01:00
  • b2af0d2786
    add dla example image Clemens Neudecker 2020-12-16 13:52:40 +01:00
  • cb7460e241
    Update README.md Clemens Neudecker 2020-12-16 13:22:46 +01:00
  • 0d47f28655 Merge branch 'lxml' into main Konstantin Baierer 2020-12-16 12:51:29 +01:00
  • 044ff0c5a2 Merge branch 'refactor' into main Konstantin Baierer 2020-12-16 12:51:20 +01:00
  • 359eea502d Merge branch 'refactor' of https://github.com/qurator-spk/eynollah into refactor Konstantin Baierer 2020-12-16 10:53:38 +01:00
  • 801ccac699
    Update eynollah.py vahidrezanezhad 2020-12-15 15:38:48 +01:00
  • e3a55721f1
    Update requirements.txt vahidrezanezhad 2020-12-15 15:30:30 +01:00
  • ff7b5ce409 use lxml, factor PAGE creation to utils.xml Konstantin Baierer 2020-12-11 13:23:56 +01:00
  • 14d80700d4 remove import seaborn Konstantin Baierer 2020-12-11 12:41:36 +01:00
  • e9d132e1b8
    upgrade to PAGE-XML 2019 Clemens Neudecker 2020-12-09 22:41:55 +01:00
  • 3aecf47f53
    Update eynollah.py vahidrezanezhad 2020-12-09 17:11:05 +01:00
  • 38a7154130
    Missing functions from contour added vahidrezanezhad 2020-12-09 17:07:04 +01:00
  • 87a967e622
    missing functions and remove self. prefix vahidrezanezhad 2020-12-09 17:04:27 +01:00
  • a3e55582f7
    tensorflow-gpu instead of tensorflow Clemens Neudecker 2020-12-04 21:16:58 +01:00
  • 30829bc9b2 seaborn not currently used Konstantin Baierer 2020-12-04 13:52:03 +01:00
  • c16533dc2c remove unused VERY_LARGE_NUMBER constant Konstantin Baierer 2020-12-03 10:58:37 +01:00
  • 4f90ce5268 Create test-eynollah.yml Konstantin Baierer 2020-12-03 17:49:36 +01:00
  • a4c748246a Merge branch 'main' into refactor Konstantin Baierer 2020-12-02 17:05:53 +01:00
  • 6766e74738
    Merge pull request #1 from qurator-spk/basic-python-tooling Konstantin Baierer 2020-12-01 15:52:08 +01:00