Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question about how to approach bonding box problem #99

Open
klebs6-x opened this issue Mar 17, 2022 · 1 comment
Open

question about how to approach bonding box problem #99

klebs6-x opened this issue Mar 17, 2022 · 1 comment

Comments

@klebs6-x
Copy link

My PDF's have a lot of math, symbols, figures, etc.

is there any way you know of to extract text from a page but only within one of several bounding boxes?

I basically want to set up a feedback loop where I:

  1. iterate through the pages of the pdf
  2. set ordered bounding boxes visually on each page
  3. automatically extract and concatenate text from these bounding boxes, in their indicated order (from step 2)

Is this doable? is there a simple way to do this? what do you think?

@stefan6419846
Copy link

As far as I am aware, not for now if you use this Python wrapper. Nevertheless, if #111 is available, you should be able to implement such a functionality yourself using the bounding boxes of each word.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants