We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cf582 commit eff0939Copy full SHA for eff0939
README.md
@@ -11,12 +11,12 @@ Parse Consolidated Account Statement (CAS) PDF files generated from CAMS/KFINTEC
11
12
## Installation
13
```bash
14
-pip install casparser
+pip install -U casparser
15
```
16
17
### with faster PyMuPDF parser
18
19
-pip install casparser[mupdf]
+pip install -U 'casparser[mupdf]'
20
21
22
**Note:** Enabling this dependency could result in licensing changes. Check the
0 commit comments