English

OCR PDF and Extract Text from PDF in Python

Learn how to perform OCR on PDF documents to recognize and extract text from scanned PDF documents programmatically. In this article, you will learn how to OCR PDF and extract text from PDF documents in Python.
August 25, 2023 · 3 min · Muzammil Khan

Extract Text from PDF in Python

Learn how to extract text from PDF in Python. Perform PDF text extraction in a few steps and save the extracted text in a TXT file. Extract text from specific pages in a PDF.
March 29, 2023 · 2 min · Usman Aziz

Extract Text from PDF using Java

In this post, you will learn how to extract text from PDF documents seamlessly using Java. Text extraction could be useful in various scenarios such as text analysis, information retrieval, document parsing, and so on. Since PDF is one of the most widely used digital documents, the use cases of text extraction from PDF documents are more in number. So let’s begin and check how to perform PDF text extraction from within Java applications.
December 7, 2020 · 3 min · Usman Aziz

Extract Text by Paragraphs and Convert Files to PDF with Aspose.PDF

We at Aspose are very excited announcing new version of Aspose.PDF API. Aspose.PDF has been released for .NET and Java platforms with new 18.1 version. In this version of the API, we have offered exciting features including extracting paragraphs from PDF documents. Furthermore, we have improved usability and performance of the API. You can download Aspose.PDF API for .NET and Java platforms, from the links below: Aspose.PDF for .NET 18.
February 28, 2018 · 3 min · Asad Ali

Extract Text from PDF Including Images in C# using Aspose.PDF and Aspose.OCR

Extracting text from a PDF file is a common requirement of the developers working with PDF files. Aspose.PDF for .NET already allows you to extract text from the PDF file using C# in your .NET applications. The only limitation was that the text couldn’t be extracted from the images contained by the PDF file. Well, with the introduction of Aspose.OCR for .NET in our .NET product suite, we have moved towards removing this limitation.
July 20, 2011 · 2 min · Shahzad Latif