-
Error Message (Same for both):
CASParseError Traceback (most recent call last)
[](https://localhost:8080/#) in ()
----> 1 data = casparser.read_cas_pdf("/content/filenam…
-
I generated a consolidated report from CAS - CAMS + KFintech at https://www.camsonline.com/Investors/Statements/Consolidated-Account-Statement
Executing the casparser cli utility does not return su…
-
This is a bug in pdfminer/mupdf but I thought It would be useful to document (since the implications are somewhat critical if you rely on the output of casparser).
If you have pages that like look …
-
This is the code I am using to get the parsed data
```
import casparser
def main():
data = casparser.read_cas_pdf('./demo2/JUL2020_AA03773313_TXN.pdf', 'FVXPK2945F', output="json")
# …
-
This file contains both kfintech and cams registrar data. It is generated from cams website only.
-
Hi,
While this is parsing the CAMs report correctly, I have had no luck getting it to parse the Kfintech report.
I generated it from the url you mention in your Readme.
Get the report and I a…
-
Hi,
Do you have support for multiple pds files on your roadmap ?
For eg: I have 2 different reports - one from Karvy and other from Cams.
I can run the parser twice and see the results.
Bu…