Replies: 1 comment 2 replies
-
There are a few options to improve things:
As an aside: this is a typcal "Discussions" item, so I will transfer it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to take a non-searchable pdf and convert it to searchable pdf by superimposing an invisible text layer.
I want the invisible bboxes to align exactly with the original bboxes (extracted by Textract), but with this code the resulting bboxes are off (smaller).
Is insert_textbox the right way to do this?
I don't want to specify a font and font_size because then the bboxes wouldn't align perfectly.
Beta Was this translation helpful? Give feedback.
All reactions