Code Monkey home page Code Monkey logo

Comments (2)

mara004 avatar mara004 commented on July 2, 2024

I read that the file is automatically closed when the processor gets out of scope, but... not the case?

The file is automatically closed when the object is garbage collected/finalized.
Python, unlike Rust, does not have deterministic memory management.
There can be an arbitrary delay from reaching refcount 0 to being collected/finalized.

So, explicitly closing the PdfDocument might fix the issue (try: ... finally: pdf.close()). Also make sure you don't have any other dangling handles to the file beside the PdfDocument.

For the "confirm not a build issue", I can't really confirm that. I'm really new to python, maybe I don't understand. Package is from: pip install pypdfium2

This simply means I would have intended you to use the PyPA issue template, not the generic one.
Virtually everyone seems to do this wrong, so I suppose it is just a bit too confusing.
The PyPA template merely has a few diagnostic commands to identify the pypdfium2, python and OS versions used.
Anyway, I think that was not relevant here.
image

from pypdfium2.

CaptainPalapa avatar CaptainPalapa commented on July 2, 2024

Thank you @mara004 This exactly solved my problem! On my five year old dev machine, I can grab my first available PDF, extract the text to a new.txt file and move the pdf to a /processed folder in as low as 12ms. Woot. Thanks!

I should also let you know that I tried four other PDF libs before I came across yours, but none of those would extract the text in the correct order, for some reason. Thanks for the great work on getting it correct! 😄

from pypdfium2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.