done purchases remove, ocr scan, read image

This commit is contained in:
LukasNowy
2019-01-28 01:34:06 +01:00
parent d9c3d422d7
commit 93bbf9c2cb
203 changed files with 21267 additions and 41 deletions

View File

@ -1,12 +1,8 @@
body {
background-color: #fafafa;
}
.cont1 {
background-color: #424242;
margin-top: 1em;
padding-top: 10px;
}
html, body {
height: 100%;
margin: 0;
background-color: #90caf9;
}
#video {
width: 100%;
@ -14,4 +10,27 @@ body {
#canvas {
width: 100%;
}
.cont {
margin-top: 3%;
height: 100%;
border-radius: 30px;
background-color: rgb(44, 44, 44);
}
.opt1 {
background-color: rgb(44, 44, 44);
height: 100%;
border-radius: 30px;
}
.opt2 {
background-color: rgb(44, 44, 44);
height: 100%;
border-radius: 30px;
}
.blah {
}