Re: [Tutor] How to Scrape Text from PDFs

2019-06-19 Thread Malcolm Herbert
want would be a Python library that can pull apart a PDF into it's structural elements and then hunt through there for the appropriate "URL box" or whatever it's called ... Hope that helps, Malcolm -- Malcolm Herbert m...@mjch.net ___ Tuto

Re: [Tutor] Why does using "window.addchr()" to place a character at the lower right corner raise an exception?

2019-02-28 Thread Malcolm Herbert
the cursor is at the extreme bottom right of the window/region and the terminal is hard-coded to do $magic immediately after, then your screen will be all messed up. -- Malcolm Herbert m...@mjch.net ___ Tutor maillist - Tutor@python.org To unsubscribe

[Tutor] python equivalents for perl list operators?

2016-04-23 Thread Malcolm Herbert
eption of map() as above - I am slowly trawling my way through Learning Python (5ed) so I might yet get to something related, I don't know does anyone have any pointers? ta Regards, Malcolm -- Malcolm Herbert m...@mjch.net ___ Tutor maillist - Tutor@pyth