I don't see it happening any time soon, but I'd love to see PDF be replaced as the end-all-be-all standard for academic publishing, technical manuals, corporate (non-public) documentation etc.
Every time I open a PDF of an academic paper on my phone on the subway and find myself furiously side-scrolling, I keep wondering if having performant mobile PDF renderers and high-DPI displays was maybe a blessing in disguise:
It's a bit better than not being able to read these types of documents on the go at all, but really not by much.
I use a reflowing PDF reader app for iOS, which works surprisingly well for many PDFs, given that it internally effectively has to OCR them as if they were scanned paper documents.
It has long been my understanding that while PDF can be (and too-often is) just pictures of text, PDF can also have embedded Postscript fonts that are rendered upon display from plaintext strings.
Yes, but each string to be rendered is one line of text at best (meaning you need to detect line wraps and heuristically distinguish them from paragraph breaks), and often just a single word or even letter at worst (due to line spacing, letter spacing, and kerning).
It’s also not ASCII or Unicode by default, but rather a list of font glyphs that might or might not have metadata associated with them that maps them back to Unicode codepoints. Accents and diacritics can be rendered as individual strokes as well.
Effectively, you’ll always need some level of OCR-like processing.
8 comments
[ 2.4 ms ] story [ 24.5 ms ] threadI don't see it happening any time soon, but I'd love to see PDF be replaced as the end-all-be-all standard for academic publishing, technical manuals, corporate (non-public) documentation etc.
Every time I open a PDF of an academic paper on my phone on the subway and find myself furiously side-scrolling, I keep wondering if having performant mobile PDF renderers and high-DPI displays was maybe a blessing in disguise:
It's a bit better than not being able to read these types of documents on the go at all, but really not by much.
Text to speech might be more pleasant than the zoom/scrolling you're talking about but I've never tried it?
Is that not the case?
It’s also not ASCII or Unicode by default, but rather a list of font glyphs that might or might not have metadata associated with them that maps them back to Unicode codepoints. Accents and diacritics can be rendered as individual strokes as well.
Effectively, you’ll always need some level of OCR-like processing.
Should I be angry with Adobe about this?
(I'm still kind of leery about the move from things like groff as a quasi-presentation format, but I may come from simpler times.)
https://apps.apple.com/us/app/voice-dream-read-aloud/id49617...