@@ -12,7 +12,7 @@ Why do we not use the digital advantage to our advantage? The receipt scanner so
12
12
---
13
13
14
14
## Features
15
- - IOS and Android application
15
+ - Android application
16
16
- fast and easy receipt parser using OCR
17
17
- store receipts permanently in a SQL database
18
18
- minimal design
@@ -22,32 +22,6 @@ Why do we not use the digital advantage to our advantage? The receipt scanner so
22
22
23
23
## Getting started
24
24
25
- ### For developers
26
- First, import the project in Android Studio. After, you have to install the flutter plugins.
27
- Now, you can build the flutter application using the android studio app.
28
-
29
- ** 1.** Import project in android studio (and install the flutter plugin)
30
-
31
- ** 2.** Edit ` android/app/build.gradle ` and change
32
- ```
33
- buildTypes {
34
- release {
35
- signingConfig signingConfigs.release
36
- }
37
- }
38
- ```
39
- To:
40
- ```
41
- buildTypes {
42
- release {
43
- signingConfig signingConfigs.debug
44
- }
45
- }
46
- ```
47
- ** 3.** Go to Build/Flutter/Build APK
48
-
49
- ** 4.** Install the application
50
-
51
25
### For consumers
52
26
Download the precombiled binary. Now, install the precompiled binaries at the release page.
53
27
@@ -60,7 +34,7 @@ have to do the following.
60
34
4 . Generate SSL certificates
61
35
5 . Run the server
62
36
63
- ### In detail
37
+ #### In detail
64
38
Build and run the image server. You will find instructions in the server repository, or click [ here] ( https://github.com/ReceiptManager/Server ) .
65
39
Now, change the server ip. In the application go to ` Settings/Server/ ` and edit the server ip.
66
40
<p align =" center " >
@@ -81,17 +55,6 @@ Since mobile devices have a unacceptable performance, the parser uses a (traditi
81
55
82
56
---
83
57
84
- ### TODOS
85
- | Description | Done? | Priority | Fixed at |
86
- | ---| ---| ---| --- |
87
- | Add loading screen indicator | yes | hight | 1.01 |
88
- | Correct date parsing | yes | hight | 1.01 |
89
- | Remove duplicate snackbar after parsing | yes | hight | 1.03 |
90
- | Add new categories | yes | hight | 1.03 |
91
- | Edit categories in edit widget | no | hight | / |
92
-
93
- ---
94
-
95
58
### Privacy
96
59
A lot of companies store and sell your data. This is the main reason why I started this project.
97
60
I want to control my private data. Since you are hosting your own server, your don't have to
@@ -116,7 +79,7 @@ worry about that. No third party services are used.
116
79
---
117
80
118
81
## Credits
119
- I use free logos.
82
+ Thank you for providing these free logos.
120
83
| Logo | Creator | Url |
121
84
| --- | --- | --- |
122
85
| Educator logo | Payungkead | https://www.flaticon.com/free-icon/global-education_3379636?term=education&page=1&position=28 |
0 commit comments