How to extract charts/tables/graphs from PDF files using Python?

前端 未结 2 709
余生分开走
余生分开走 2021-01-19 03:03

Searched quite a bit but as I couldn\'t find a solution for this kind of problem, hence posting a clear question on the same. Most answers cover image/text extraction which

2条回答
  •  甜味超标
    2021-01-19 03:53

    For extracting tables you can use camelot

    Here is an article about it.

    For images I've found this question and answer Extract images from PDF without resampling, in python?

提交回复
热议问题