Giter Club home page Giter Club logo

Comments (2)

rsomani95 avatar rsomani95 commented on September 3, 2024 4

Would you mind describing your process?

Sure, I'm working on a data visualisation project where I prepare the data in Python, run it using Processing on the Terminal, but in order to run it in headless mode, I need to export it to PDF as that's the only case where I can automate the process (I'm working on macOS, there are better solutions for Linux OS). I need to use pdf2image to convert these PDFs back to JPEGs as I'd like to put these together sequentially in a video editor.
Thus, naming them correctly is crucial.

You can access the filename using Image.filename and every image has a _X suffix where X is the page number.

Thank you. I realised I was making the silly error of accessing the list itself, and not the element of the list.
Here's the code for anyone facing a similar issue:

img = convert_from_path(pdf_path = proc_path[0], output_folder = out_path, fmt = 'jpg') img.filename #gives an error: 'list' object has no attribute 'filename'
img[0].filename does the trick.

from pdf2image.

Belval avatar Belval commented on September 3, 2024 2

Would you mind describing your process? You can access the filename using Image.filename and every image has a _X suffix where X is the page number.

Don't get me wrong, I am not completely closed to the idea, I simply have trouble picturing a legitimate scenario.

from pdf2image.

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.