#ifitworksitworks — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ifitworksitworks, aggregated by home.social.
-
I love how much cognitive dissonance I cause when I talk about my household (me and my fiance) and how we've basically chucked out gender roles. We do things based on proficiency, and it so happens that I'm more proficient than him at the traditionally "masculine" tasks/responsibilities, and him with more traditionally "feminine" tasks. I've had coworkers and family absolutely gobsmacked by this. But it works for us. Gender roles who?
-
I want to write a program to extract a list of clickable links from a PDF page.
#pypdf can list the link positions/sizes and target URLs. But in a PDF document, links are annotations, which are separate data from the document text.
To get the display text of a clickable link in a PDF, is the easiest way to convert the full page to PNG, crop it to the link's bounding box, and run that through OCR? Or am I missing something more reasonable?