You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for the code, it works perfect! I have a quick question, why use pypdf2 to split the pdf first? I think pdfminer can work with multiple pages and extract the content as well. Will the additional dependency, pdf splitting, pdf writing, text merging make the pipeline more complicated? I'm very curious to understand the design, thank you.
The text was updated successfully, but these errors were encountered:
Hi, thanks for the code, it works perfect! I have a quick question, why use
pypdf2
to split the pdf first? I thinkpdfminer
can work with multiple pages and extract the content as well. Will the additional dependency, pdf splitting, pdf writing, text merging make the pipeline more complicated? I'm very curious to understand the design, thank you.The text was updated successfully, but these errors were encountered: