Giter Club home page Giter Club logo

Comments (14)

Belval avatar Belval commented on July 29, 2024

Do you have a PDF I could use to reproduce the error on my side?

from pdf2image.

Belval avatar Belval commented on July 29, 2024

Closing for inactivity.

from pdf2image.

bikashgupta11 avatar bikashgupta11 commented on July 29, 2024

I have document for the same. However I cannot share the document. If you can suggest then I can send you logs. Basically this error comes when pdftoppm is spawned and it waits for process to complete. However it waits infinitely till OK button is pressed on error popup. I am attaching Before and After pdf
POPUP Error
ImagePopUpError

After POPUP Error Ok pressed
ImagePopUpError-After

from pdf2image.

Belval avatar Belval commented on July 29, 2024

Hmm ok. I'll bring this up with the poppler team, maybe there is an envvar that can be set to prevent these.

from pdf2image.

bikashgupta11 avatar bikashgupta11 commented on July 29, 2024

thanks. just for information, I am using poppler for windows

from pdf2image.

Belval avatar Belval commented on July 29, 2024

Good news: Found the cause
Bad news: It's not overridable without recompiling libjpeg

https://github.com/libjpeg-turbo/libjpeg-turbo/blob/master/jerror.c#L104

I think I might just compile poppler on my side and distribute that instead of the alivate one.

from pdf2image.

bhutraharish avatar bhutraharish commented on July 29, 2024

In my current work, I've been using the pdf2image just to get the image object of the first page of the pdf. This is how I've been using it -> convert_from_path(filePathName, dpi=400, first_page=1, last_page=1, fmt='jpg')[0]
Now, the issue in my case is that it generates a similar JPEG Error but the message is different
ErrorCapture

I've checked the pdf file and there doesn't seem to be any issue with the file.
So, while this issue of windows dialog boxes for Error is still under work. Is there any way for us to just suppress the dialog box from our python script and continue with remaining tasks.

from pdf2image.

Belval avatar Belval commented on July 29, 2024

If there is, I haven't found it. It's packed in the library and there is no env var to deactivate it.

On the other hand, I will have more time to spare on this project shortly so I will probably be able to rebuild said library.

from pdf2image.

bhutraharish avatar bhutraharish commented on July 29, 2024

Not an issue. For the time being, I Just wrote a pywinauto script which runs concurrently and closes any such JPEG error window it finds.

from pdf2image.

vpvsankar avatar vpvsankar commented on July 29, 2024

is there any alternate option to avoid this?

from pdf2image.

Belval avatar Belval commented on July 29, 2024

Are you still experiencing this issue? It should have been fixed by #195

from pdf2image.

nasheedyasin avatar nasheedyasin commented on July 29, 2024

Are you still experiencing this issue? It should have been fixed by #195

I still get the "Corrupt JPEG data: Premature end of data segment" occasionally. I am using pdf2image Version: 1.16.0.

Has this PR been incorporated in the latest distributed version on PyPi?

from pdf2image.

Belval avatar Belval commented on July 29, 2024

Yes it should be in the latest version available on PyPI. If you are still experiencing this issue then it was not fixed.

Unfortunately I cannot reproduce the issue so there is not much that I can do.

from pdf2image.

nasheedyasin avatar nasheedyasin commented on July 29, 2024

Actually updating poppler (basically using the version you've suggested in the READ.ME) worked. The issue is gone.

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.