You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to how cpdf can list images with the -image-resolution operation, would it be possible to add a cpdf operation that lists text object (most importantly: their size and location) found in a pdf?
The caveat being that "text that has been converted to vector outlines" would not be detected by that new cpdf operation, which is understandable.
Regards.
The text was updated successfully, but these errors were encountered:
Parse PDF page content to locate objects on the page; and
Do PDF text extraction.
The first will be coming soon. The second will happen, but only for well-behaved modern PDFs. I don't want to get into the full field of PDF text extraction - it's a complex thing.
Hello,
Similar to how cpdf can list images with the
-image-resolution
operation, would it be possible to add a cpdf operation that lists text object (most importantly: their size and location) found in a pdf?The caveat being that "text that has been converted to vector outlines" would not be detected by that new cpdf operation, which is understandable.
Regards.
The text was updated successfully, but these errors were encountered: