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

How to use pymupdf to extract table information?? #700

Closed
kingqiuol opened this issue Oct 22, 2020 · 3 comments
Closed

How to use pymupdf to extract table information?? #700

kingqiuol opened this issue Oct 22, 2020 · 3 comments
Assignees
Labels
question resolved fixed / implemented / answered

Comments

@kingqiuol
Copy link

I need to extract PDF information, including: text, images and table information, but there is no way to extract table information in pymupdf.

@JorjMcKie
Copy link
Collaborator

That is correct: interpretation of table structures and other elements of tagged PDFs is not supported.

@JorjMcKie
Copy link
Collaborator

What is supported since v1.18.0 is extracting drawings, meaning lines, rectangles and curves.
This may help identifying tables ...

@JorjMcKie JorjMcKie added the resolved fixed / implemented / answered label Nov 11, 2020
@MartinThoma
Copy link

Is there maybe an update to this?

Can PyMuPDF extract marked content from tagged PDFs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question resolved fixed / implemented / answered
Projects
None yet
Development

No branches or pull requests

3 participants