You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,11 @@ A built-in system of powerful filters allows you to then export transactions wit
31
31
32
32
> \[!NOTE]
33
33
>
34
-
> TaxHacker is a single-user app. SaaS version will probably appear in the future if anyone is interested. Stay tuned for updates.
34
+
> TaxHacker is a single-user app. SaaS or Electron version will probably be developed in the future if anyone is interested.
35
35
36
36
> \[!IMPORTANT]
37
37
>
38
-
> This project is still at a very early stage. **Star Us** to receive new release notifications from GitHub ⭐️
38
+
> This project is still at a very early stage. Use it at your own risk! **Star Us** to receive notifications about new bugfixes and features from GitHub ⭐️
39
39
40
40
## ✨ Features
41
41
@@ -45,10 +45,11 @@ A built-in system of powerful filters allows you to then export transactions wit
45
45
46
46
Take a photo on upload or a PDF and TaxHacker will automatically recognise, categorise and store transaction information.
47
47
48
-
- Extracts key information like date, amount, and vendor
49
-
- Categorizes transactions based on content
50
-
- Stores everything in a structured format for easy filtering and retrieval
51
-
- Organizes documents for tax season
48
+
- Upload multiple documents and store in “unsorted” until you get the time to sort them out with AI
49
+
- Use LLM to extract key information like date, amount, and vendor
50
+
- Categorize transactions based on content
51
+
- Store everything in a structured format for easy filtering and retrieval
52
+
- Organize your documents by a tax season
52
53
53
54
TaxHacker recognizes a wide variety of documents including store receipts, restaurant bills, invoices, bank checks, letters, even handwritten receipts.
54
55
@@ -58,8 +59,8 @@ TaxHacker recognizes a wide variety of documents including store receipts, resta
58
59
59
60
TaxHacker automatically converts foreign currencies and even knows the historical exchange rates on the invoice date.
60
61
61
-
-Automatic detection of different currencies
62
-
-Real-time currency conversion to your base currency
62
+
-Automatically detect currency in your documents
63
+
-Convert it to your base currency
63
64
- Historical exchange rate lookup for past transactions
64
65
- Support for over 170 world currencies and 14 popular cryptocurrencies (BTC, ETC, LTC, DOT, etc)!
65
66
@@ -110,7 +111,7 @@ TaxHacker can be self-hosted on your own infrastructure for complete control ove
110
111
111
112
Deploy your own instance of TaxHacker with Vercel in just a few clicks:
112
113
113
-
1. Prepare your OpenAI API Key for the AI features
114
+
1. Prepare your [OpenAI API Key](https://platform.openai.com/settings/organization/api-keys) for the AI features
114
115
2. Click the deploy button below
115
116
3. Configure your environment variables in the Vercel dashboard
116
117
4. (Optional) Connect your custom domain
@@ -124,11 +125,10 @@ Deploy your own instance of TaxHacker with Vercel in just a few clicks:
124
125
For server deployment, we provide a [Docker image](./Dockerfile) and [Docker Compose](./docker-compose.yml) files that makes setting up TaxHacker simple:
0 commit comments