About 50 results
Open links in new tab
  1. Convert scanned pdf to text python - Stack Overflow

    Aug 3, 2017 · I have a scanned pdf file and I try to extract text from it. I tried to use pypdfocr to make ocr on it but I have error: "could not found ghostscript in the usual place" After searching I found ...

  2. Convert PDF to text file using VBA and Adobe Acrobat XI standard

    Aug 23, 2022 · Download the PDF from a List of URLs/Open the PDF to a specified folder (if necessary) use VBA to convert this to text I think if I can achieve this, then I will be able to work out how to …

  3. Convert a pdf file to text in C# - Stack Overflow

    Dec 22, 2009 · I need to convert a .pdf file to a .txt file How can I do this in C#?

  4. python - PDF to text convert using pytesseract - Stack Overflow

    Apr 8, 2021 · I am trying to convert many pdf files into txt. My pdf files are organized in subdirectories within a directory. So I have three layers: directory --> subdirectories --> multiple pdf files in...

  5. Python module for converting PDF to text - Stack Overflow

    Is there any python module to convert PDF files into text? I tried one piece of code found in Activestate which uses pypdf but the text generated had no space between and was of no use.

  6. How to extract a table as text from the PDF - Stack Overflow

    Nov 28, 2017 · I have a PDF which contains Tables, text and some images. I want to extract the table wherever tables are there in the PDF. Right now am doing manually to find the Table from the page. …

  7. How to convert PDF into image readable by opencv-python?

    It should first convert PDF into image format readable by opencv for same processing as above. Please help. (Any workaround is fine. I need a solution in which I can convert PDF to image and use it …

  8. bash - Python: Convert PDF to DOC - Stack Overflow

    Sep 17, 2022 · How to convert a pdf file to docx. Is there a way of doing this using python? I've saw some pages that allow user to upload PDF and returns a DOC file, like PdfToWord Thanks in advance

  9. inkscape - Convert PDF text into outlines? - Stack Overflow

    Oct 30, 2015 · Does anybody know a way to vectorize the text in a PDF document? That is, I want each letter to be a shape/outline, without any textual content. I'm using a Linux system, and open source …

  10. How to extract text from pdf files and convert to Jupyter notebook ...

    Aug 11, 2023 · To my knowledge there is no program/package that can convert PDFs to .ipynb format directly. However, the pdftools package has a function pdf_text that can extract text from PDFs and …