flywire
flywire
Also fails with `...`: ```py >>> for i in (1,2): ... print(i) ... >>> # Loop finished >>> >>> # Blank line above ```
https://github.com/jmzambon/libreoffice-code-highlighter/issues/8#issuecomment-1192444464 > > I'm not clear [...] how to enable logging. > > Go to _Tools -> Options -> Advanced -> Open Expert Configuration_. Search for `ooo.ext.code-highlighter.Registry -> Settings` and...
Support simply renaming the zip file extension without zipping it again so the artifact can be opened as a document. Eg: https://en.wikipedia.org/wiki/OpenDocument > The Open Document Format for Office Applications...
Suggested: 
Yes, since you mention it, I agree but interestingly the colour is not apparent in Inkscape. It's also inconsistent when you look at the python powered logo which has no...
Looks like no headers need a change to `config.json` and a bit more code - [citi.cheque.pdf](https://github.com/marlanperumal/pdf_statement_reader/files/6709103/citi.cheque.pdf) ```py >>> import tabula >>> dfs = tabula.read_pdf("citi.cheque.pdf", pages="all", area=(530, 47, 800, 558), options="--columns...
How would I know? The bank doesn't exist now. You have the test file.
Using https://github.com/marlanperumal/pdf_statement_reader/issues/34#issuecomment-860212042 ``` (pdf_statement_reader) E:\venv\pdf_statement_reader>psr pdf2csv MockTemplate.pdf Converted MockTemplate.pdf and saved as MockTemplate.csv ``` ``` Date,Transaction Description,Transaction Detail,Debit Amount,Credit Amount,Balance ,"Lorem ipsum dolor sit amet,","consectetur adipiscing elit, sed",-197.60,,802.40 ,tristique senectus....
> (pdf_statement_reader) E:\venv\pdf_statement_reader>psr pdf2csv MockTemplate.pdf `[default: za.absa.cheque]`
lol now I finally get it, we have a cross-communication issue. > For now the only config supported is for Cheque account statements from Absa bank in South Africa. You...