131 Commits

Author SHA1 Message Date
Isaac Riley
21d1f087c8 fixed show parameter, for development only master_7 2022-04-27 11:27:38 +02:00
Isaac Riley
81fe5139c2 fixed tests, passed (still need to extend tests) 2022-04-27 10:52:35 +02:00
Isaac Riley
41e5f55ea7 got changes to table parsing from other branch 2022-04-27 09:18:57 +02:00
Isaac Riley
4ac1cce0e8 reformatting 2022-04-26 16:01:57 +02:00
Isaac Riley
9327fb7231 fixed json format and refactored service functions 2022-04-22 11:22:16 +02:00
Isaac Riley
88bb8dbddf added visual logger for development 2022-04-21 15:10:35 +02:00
Isaac Riley
0ea556a7e0 slightly refactored table parsing and deleted unneeded file 2022-04-21 09:17:12 +02:00
Isaac Riley
0b96980cc5 keyword 'show' to fix annotation script without causing problems for non-script usage 2022-04-11 09:44:47 +02:00
Isaac Riley
64258ed6e1 fixed hyphen/underscore confusion in cv_analysis master_5 2022-03-23 14:42:39 +01:00
Isaac Riley
80b0ca4ec5 tiny change to test build server 2022-03-23 14:35:00 +01:00
Isaac Riley
af898a37ac fixed naming errors 2022-03-23 13:55:30 +01:00
Isaac Riley
395456f196 Merge branch 'master' of ssh://git.iqser.com:2222/rr/vidocp 2022-03-23 13:51:26 +01:00
Isaac Riley
8730b34018 change name from vidocp to cv-analysis 2022-03-23 13:46:57 +01:00
Christoph  Schabert
604e9aa1b8 PlanSpec.java edited online with Bitbucket master_2 2022-03-23 13:45:28 +01:00
Isaac Riley
addacf9ed6 modify tests to not use poppler-utils, in order to pass sonar scan master_20 2022-03-23 09:48:47 +01:00
Isaac Riley
ad302aba79 try without test master_19 2022-03-22 14:14:47 +01:00
Isaac Riley
2726b85ef2 fixed build config minutia 2022-03-22 14:06:15 +01:00
Isaac Riley
d37fa6eaf7 remove option to ignore tests in sonar scan 2022-03-22 13:20:52 +01:00
Isaac Riley
dac6d47dc2 uncomment testing code in sonar script 2022-03-22 13:04:11 +01:00
Isaac Riley
7d22db92cf added table tests for use with sonar master_14 2022-03-22 12:54:10 +01:00
Isaac Riley
635fb84811 post-monitoring debug, especially of deskewing and skew check master_13 2022-03-17 21:51:15 +01:00
Isaac Riley
fa479adfb0 manually added tests from test branch to avoid major conflicts master_12 2022-03-15 12:17:09 +01:00
Isaac Riley
a089fa5e42 first working version with new API master_11 2022-03-14 21:26:49 +01:00
Isaac Riley
8cd8c1b1f0 try yet another time because sonar hates me master_10 master_9 2022-03-09 16:03:27 +01:00
Isaac Riley
468c3353f4 fix again for sonar 2022-03-09 15:57:41 +01:00
Isaac Riley
1eb13f8d53 fix requirements for sonar 2022-03-09 15:55:03 +01:00
Isaac Riley
64a42b5be3 fix build problem involving build_venv/ 2022-03-09 15:47:20 +01:00
Christoph  Schabert
f24235b2f4 Pull request #10: Containerization
Merge in RR/vidocp from containerization to master

* commit '8b9621e798ed60d380eac5d54b8fe56b39324904':
  first fully working containerization; still needs environment variables; review request data format
  got container runningasdfa
  fully containerize app; first full attempt and still needs testing
  add new files for containerization; still some work to do, but want to merge in tests first
2022-03-09 15:28:26 +01:00
Isaac Riley
8b9621e798 first fully working containerization; still needs environment variables; review request data format 2022-03-08 10:01:25 +01:00
Isaac Riley
7784993d1f got container runningasdfa 2022-03-03 16:30:20 +01:00
Isaac Riley
66616c64c5 fully containerize app; first full attempt and still needs testing 2022-03-03 15:02:56 +01:00
Isaac Riley
bdd2146330 Merge branch 'master' into containerization 2022-03-02 11:52:35 +01:00
Isaac Riley
56bfba1227 merge test branch, fix conflicts 2022-03-02 11:07:34 +01:00
Isaac Riley
dc4c205435 add new files for containerization; still some work to do, but want to merge in tests first 2022-03-02 09:38:56 +01:00
Isaac Riley
ff84734ee8 add minor edits 2022-03-02 07:43:02 +01:00
llocarnini
496957051c added two tests for table_parsing.py
-testing number of parsed rectangles
-testing range of table coordinates (where to find a table)
2022-02-28 16:12:30 +01:00
Isaac Riley
4c06206445 merge minor changes before branching 2022-02-28 08:07:08 +01:00
Isaac Riley
44d4eb5a98 format and add functions in post_processing.py missing from merge 2022-02-25 12:34:34 +01:00
Isaac Riley
fc4789101f merge hugo into main; deskew already merged 2022-02-25 11:20:40 +01:00
llocarnini
6fb34735a2 Merge branch 'uncommon-tables' into hugo
# Conflicts:
#	.gitignore
2022-02-25 10:09:38 +01:00
Isaac Riley
596aa2d5a3 prepare for merge; minor edits 2022-02-25 09:46:20 +01:00
llocarnini
dcab29becb deleted not needed function 2022-02-25 08:59:19 +01:00
llocarnini
5b46367175 no new changes 2022-02-25 08:13:47 +01:00
Isaac Riley
2180ff924a make full demo 2022-02-23 13:41:57 +01:00
Isaac Riley
a09fe65ed2 minor changes to demo script 2022-02-22 16:04:11 +01:00
Isaac Riley
8ff5147ee4 change default deskew function from hough-line-based to pixel-histogram-based; use scipy.ndimage.rotation 2022-02-22 10:18:41 +01:00
Isaac Riley
59e082379c fix angle detection to make more sensitive to small angles; format with black 2022-02-21 16:52:24 +01:00
llocarnini
21c97298b4 adding modul for image rotation after rollback because of a gitpull fail 2022-02-21 15:21:42 +01:00
llocarnini
b19a9e35c8 added function to rotate pdfs which were scanned at an angle. Not working yet 2022-02-21 14:58:58 +01:00
Isaac Riley
08cce36940 add deskew.py to utils, also demo 2022-02-21 14:53:09 +01:00