Skip to main content

All Questions

Tagged with
4 votes
1 answer
3k views

How to extract content from pdf file in react-native

I am working on a personal project where I want to have a functionality where I can pick up a pdf file from the file system and read the content of it by ANYHOW. I tried every possible library out ...
Hesham A. Othman's user avatar
0 votes
2 answers
624 views

Is it possible for a PDF data parser to read PowerPoint PDFs?

I am currently developing a proprietary PDF parser that can read multiple types of documents with various types of data. Before starting, I was thinking about if reading PowerPoint slides was possible....
Mashiyath Haque's user avatar
0 votes
0 answers
321 views

Extract text from PDF section keeping strings in one line

I have a bunch of PDF files and I need to extract some information from them. The "section" have the text "Referências" and looks like the picture below: I tried a lot of text extractor tools to ...
Wolgan Ens's user avatar
2 votes
2 answers
6k views

Parsing a PDF via URL with Python using pdfminer

I am trying to parse this file but without downloading it off of the website. I have run this with the file on my hard drive and I am able to parse it without issue but running this script it trips. ...
user3271518's user avatar
10 votes
3 answers
29k views

Parsing pdf files [closed]

I have a requirement to split a large pdf document into smaller files based on the content of the file. We use BCL easyPDF to manipulate pdf files. easyPDF can split pdf documents based on a page ...
desi's user avatar
  • 833