Commit Graph

47 Commits (a3e55582f77f28eb8641661de7289b9bfe548b0f)
 

Author SHA1 Message Date
Clemens Neudecker a3e55582f7
tensorflow-gpu instead of tensorflow
Konstantin Baierer 30829bc9b2 seaborn not currently used
Konstantin Baierer c16533dc2c remove unused VERY_LARGE_NUMBER constant
Konstantin Baierer a4c748246a Merge branch 'main' into refactor
Konstantin Baierer 6766e74738
Merge pull request from qurator-spk/basic-python-tooling
extend setup.py, add Makefile, gitignore, requirements.txt
Konstantin Baierer f210054eb4 Merge remote-tracking branch 'origin/main' into basic-python-tooling
Clemens Neudecker 778a4197a5
Update README.md
Clemens Neudecker 5e9d078e4a
[do not merge] Update README.md ()
* Update README.md

* add short statement on wip

* cosmetics

* models download url

* installation instructions -> pip

* add sentence on Reading Order

* Update README.md

* initial = drop capital

* add flowchart
Konstantin Baierer c0ae2dc7fa deduplicate code seperate_lines{,_vertical}
Konstantin Baierer 11315da683 remove type annotations in unused
Konstantin Baierer 87ef313502 more outsourcing of utils
Konstantin Baierer 8d2227b04b make test
Konstantin Baierer fb247dafc2 factor more methods out of utils
Konstantin Baierer 8c72f8bc03 split utils into contour, rotate, separate_lines
Konstantin Baierer a2341deab4 🎨 remove trailing spaces
Konstantin Baierer 6ab7abdfcd 🔥 manually merge 58ecb57
Konstantin Baierer 58ecb5708e patch in changes from 37c0338 by @vahidrezanezhad
Konstantin Baierer 145b2fcd98 more extraction of unused functions
Konstantin Baierer 915e076774 more extraction of unused functions
Konstantin Baierer f8c153775b more extraction of util/unused functions
Konstantin Baierer 3bb516bfb5 more extraction of util/unused functions
Konstantin Baierer 1fa123fcf8 return_deskew_slop: move to utils
Konstantin Baierer 340b48ab4b return_deskew_slop: change signature, eliminate references to self
Konstantin Baierer aa76a223df more extraction of util functions
Konstantin Baierer 890e2a6988 more extraction of util/unused functions
Konstantin Baierer 8796b9daf7 unify find_features_of_contour{,e}s
Konstantin Baierer 86c809b58f more extraction of util functions
Konstantin Baierer bf209d1622 do not store dpi on instance
Konstantin Baierer 43f5e7e4e4 do not store dpi on instance
Konstantin Baierer 63fe7ac763 more extraction of util/unused functions
Konstantin Baierer 3f6ea176e7 more extraction of util/unused functions
Konstantin Baierer cf1d9b9fd0 factor out more methods
Konstantin Baierer 731b8ded6f extract more methods, collect unused methods
Konstantin Baierer 5915307667 set up circle ci
Konstantin Baierer 6c305de279 set up constants for "magic numbers"
Konstantin Baierer 97bc57be35 Use boolean values for eynollah's flags
Konstantin Baierer 3dda276a13 🎨 reformat cli.py with black
Konstantin Baierer ec553a2060 rfct: create utils and extract filter_contours_area_of_image_tables
Konstantin Baierer 62e76324be rfct: move CLI to dedicated module
Konstantin Baierer 9d6fc72d20 rfct: reorganize imports some more
Konstantin Baierer a707455ec6 🎨 run black -l 10000 on eynollah.py
Konstantin Baierer 3bfc8c20e0 rfct: silence keras load messages
Konstantin Baierer eff10154cf rfct: remove all trailing whitespace
Konstantin Baierer 9596a449fa rfct: clean up and group imports
Konstantin Baierer f229907e41 extend setup.py, add Makefile, gitignore, requirements.txt
cneud 59b2dcb619 init
Clemens Neudecker 3de5f8f3a5
Initial commit