plasalid 0.6.7 → 0.6.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,8 +25,15 @@ Moreover, Plasalid comes with a built-in agentic chat that queries the data dire
|
|
|
25
25
|
|
|
26
26
|
The data ledger also serves as a harness, open to any AI agent that connects to it, so the picture you assemble once is reusable across whatever tools you choose to use.
|
|
27
27
|
|
|
28
|
+
<p align="center">
|
|
29
|
+
<img src=".github/plasalid-demo.gif" alt="demo" width="100%" />
|
|
30
|
+
</p>
|
|
31
|
+
|
|
32
|
+
|
|
28
33
|
## Features
|
|
29
34
|
|
|
35
|
+

|
|
36
|
+
|
|
30
37
|
### Unified ledger from any financial documents
|
|
31
38
|
|
|
32
39
|
- **Drop PDFs, get a complete ledger.** Bank statements, credit-card statements, payslips, brokerage statements, and etc. — Plasalid uses AI to parse every transaction, balance, and holding into double-entry ledger.
|