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

Input of different table areas on different pdf pages. #486

Open
RyosukeSakaguchi opened this issue Jun 23, 2022 · 0 comments
Open

Input of different table areas on different pdf pages. #486

RyosukeSakaguchi opened this issue Jun 23, 2022 · 0 comments

Comments

@RyosukeSakaguchi
Copy link

If a PDF has multiple pages, I want to specify a different table area for each page.
In other words, I would like the --area option to be able to specify the table area per page as follows.

{
1: [[10, 20, 30, 40], ..],
2: [[80, 100, 90, 120], ..], 
4: [[..], ..], ...
}

The dictionary key is the page number.
It is only written in dictionary form for clarity, and the format can be anything, as long as a similar specification can be made with the --area option.

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

1 participant