pyxpdf icon indicating copy to clipboard operation
pyxpdf copied to clipboard

Fast and memory-efficient Python PDF Parser based on xpdf sources

Results 19 pyxpdf issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Hi @ashutoshvarma Is this repo still maintained? What about builds for Python 3.10 and 3.11? Best Musharraf

Installing on Ubuntu 22.04 in a venv environment using Python 3.11 failed with the following output: I did just notice that listed python versions on PyPI is 3.8, if >...

Is it possible to compile the sources with xpdf 4.04 ( i am using Visual Studio 2022 on Windows ) i've sucessfully compiled libxpdf with xpdf 4.04 sources, but when...

I want to extract text from PDF for Gurmukhi script which is punjabi laguage but characters wrongly read while extracting the text from pdf `pdf_path='/content/Punjab2_new.pdf' doc = Document(pdf_path) text_control=TextControl("physical",insert_bom=True) for...

xpdf is dual licensed under either GPL2 or GPL3. Could you do the same for this project? Many people prefer GPL2 over GPL3.

Env: OSX10.12, Python 3.6.1 Code: ```py import pyxpdf ``` Error: ![error](https://user-images.githubusercontent.com/18019314/111238350-404dd580-863a-11eb-8666-ca779db7ce50.png) How can I fix this error? Thanks.

Hi , I am using the module to fetch texts (combination of both English and Chinese) from the pdf files, with the following error: from pyxpdf import Document, Page, Config...

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.1 to 4.1.2. Changelog Sourced from sphinx's changelog. Release 4.1.2 (released Jul 27, 2021) Incompatible changes #9435: linkcheck: Disable checking automatically generated anchors on github.com (ex. anchors...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies