Konstantin Baierer
|
ddeb6938e5
|
self.kernel -> constant KERNEL
|
2021-02-24 13:55:12 +01:00 |
|
Konstantin Baierer
|
254dd35666
|
MAX_SLOPE constant
|
2021-02-24 13:48:20 +01:00 |
|
Konstantin Baierer
|
605f583d21
|
log exceptions as errors
|
2021-02-24 13:32:26 +01:00 |
|
Konstantin Baierer
|
9dcb696e99
|
use enumerate instead of manual counter
|
2021-02-24 13:21:14 +01:00 |
|
Konstantin Baierer
|
697ff99bba
|
use constants for "magic numbers"
|
2021-02-24 13:03:42 +01:00 |
|
Konstantin Baierer
|
60208a46f0
|
remove unnecessary del/gc.collect, eliminate unnecessary constructs
|
2021-02-24 12:53:49 +01:00 |
|
Konstantin Baierer
|
cb6bc17ce1
|
eliminate more unused vars
|
2021-02-24 12:33:37 +01:00 |
|
Konstantin Baierer
|
6637eff3e7
|
eliminate curved_line argument
|
2021-02-24 12:12:02 +01:00 |
|
Konstantin Baierer
|
4e97ca0fae
|
split generation of XML from writing to disk
|
2021-02-24 12:09:03 +01:00 |
|
Konstantin Baierer
|
cbbd7fc4f0
|
make line serialization uniform
|
2021-02-23 18:03:05 +01:00 |
|
Konstantin Baierer
|
718efabf89
|
🎨 move xml methods together
|
2021-02-23 17:28:23 +01:00 |
|
Konstantin Baierer
|
a65caa4d25
|
🎨 unncesssary if True
|
2021-02-23 17:11:32 +01:00 |
|
Konstantin Baierer
|
68d5c0d523
|
remove unused return_hor_spliter_by_index_for_without_verticals
|
2021-02-23 16:47:59 +01:00 |
|
Konstantin Baierer
|
35838069fc
|
remove unused filter_contours_area_of_image_interiors
|
2021-02-23 16:42:53 +01:00 |
|
Konstantin Baierer
|
e2ae6dbd44
|
remove unused find_features_of_contours
|
2021-02-23 16:39:33 +01:00 |
|
Konstantin Baierer
|
823592126e
|
remove unused return_bonding_box_of_contours
|
2021-02-23 16:38:17 +01:00 |
|
Konstantin Baierer
|
9454a921b1
|
remove unused return_contours_of_interested_region_and_bounding_box
|
2021-02-23 16:37:13 +01:00 |
|
Konstantin Baierer
|
732a27fe77
|
remove unused variables
|
2021-02-23 16:36:11 +01:00 |
|
Konstantin Baierer
|
f96a9c52d1
|
uniform coords calculation
|
2021-02-23 16:10:09 +01:00 |
|
Konstantin Baierer
|
6d476230ce
|
remove unnecessary (hope so) try-except
|
2021-02-23 16:00:51 +01:00 |
|
Konstantin Baierer
|
23e97a5e0b
|
factor out add_textequiv
|
2021-02-23 15:45:38 +01:00 |
|
Konstantin Baierer
|
b3dd6685e7
|
sys.exit not necessary
|
2021-02-23 15:39:42 +01:00 |
|
Konstantin Baierer
|
461d3e31cf
|
Merge remote-tracking branch 'origin/refactor-cntd' into ocrd-cli
|
2021-02-23 15:23:43 +01:00 |
|
Konstantin Baierer
|
48d8406fba
|
remove unncessary try-except, formatting
|
2021-02-23 15:10:01 +01:00 |
|
vahidrezanezhad
|
881e2787ab
|
resolving issue with None num_col
|
2021-02-23 15:07:13 +01:00 |
|
Konstantin Baierer
|
4480302b53
|
write_into_page.*: use one variable name only
|
2021-02-23 14:07:33 +01:00 |
|
Konstantin Baierer
|
5f04fc7137
|
move the two xml serialization methods next to each other
|
2021-02-23 13:52:47 +01:00 |
|
Konstantin Baierer
|
fdbcfe44a0
|
🎨 simplify
|
2021-02-23 13:49:48 +01:00 |
|
Konstantin Baierer
|
bfb6e77db1
|
factor out reading order code, simplify
|
2021-02-23 13:44:45 +01:00 |
|
Konstantin Baierer
|
6035740b52
|
num_col should default to 0 not None
|
2021-02-23 13:02:43 +01:00 |
|
Konstantin Baierer
|
7b61b64665
|
🎨 remove dead code, spacing
|
2021-02-20 13:28:28 +01:00 |
|
Konstantin Baierer
|
bce983f3d4
|
keep images in memory and copy
|
2021-02-18 16:28:55 +01:00 |
|
Konstantin Baierer
|
8c603ae16d
|
check_dpi: use OcrdExif instead identify callout
|
2021-02-18 14:27:08 +01:00 |
|
vahidrezanezhad
|
0a92543245
|
functionality checked
|
2021-02-16 00:31:44 +01:00 |
|
Konstantin Baierer
|
ef3ccd0d5f
|
fix special case where num_col_classifier was unbound
|
2021-02-05 18:59:29 +01:00 |
|
Konstantin Baierer
|
5af0c5df9e
|
Merge branch 'refactor-cntd' of https://github.com/qurator-spk/eynollah into refactor-cntd
|
2021-02-05 18:48:06 +01:00 |
|
Konstantin Baierer
|
420a9ca252
|
more outfactoring run code to methods
|
2021-02-05 18:45:14 +01:00 |
|
Konstantin Baierer
|
b06acbf754
|
untangle run even further
|
2021-02-05 18:12:20 +01:00 |
|
Konstantin Baierer
|
8f82e81551
|
remove unnecessary patches assignment, simplify if-else
|
2021-02-05 17:35:29 +01:00 |
|
Konstantin Baierer
|
9dca742694
|
further untangle run
|
2021-02-05 17:26:45 +01:00 |
|
Konstantin Baierer
|
bf6eaafbc7
|
untangle run
|
2021-02-05 16:16:13 +01:00 |
|
Konstantin Baierer
|
a14462db22
|
remove else-pass, reset t1 after measuring
|
2021-02-05 14:58:49 +01:00 |
|
Konstantin Baierer
|
1dec9b8731
|
simplify if-else in run
|
2021-02-05 12:30:00 +01:00 |
|
Clemens Neudecker
|
306acd3618
|
replace PrintSpace with Border
fix https://github.com/qurator-spk/eynollah/issues/15
|
2021-02-04 23:48:46 +01:00 |
|
Konstantin Baierer
|
70d0b985a9
|
cli: add a --log-level option
|
2021-02-04 19:59:28 +01:00 |
|
Konstantin Baierer
|
ca23b32e9b
|
split do_order_of_regions, lots of logging
|
2021-02-04 19:55:54 +01:00 |
|
Konstantin Baierer
|
8cd4067fc5
|
cli: add negative flag variants (--no/-no)
|
2021-02-04 18:46:03 +01:00 |
|
Konstantin Baierer
|
2929ba1ee3
|
imread: use cv2.THREAD_GRAYSCALE constant rather than 0
|
2021-02-04 18:33:06 +01:00 |
|
Konstantin Baierer
|
3b10128c8f
|
simplify if-else logic for enhancement
|
2021-02-04 18:28:27 +01:00 |
|
Konstantin Baierer
|
e0418773d9
|
start logging
|
2021-02-04 17:39:00 +01:00 |
|