GithubHelp home page GithubHelp logo

Error on doc.process() about doc2text HOT 2 OPEN

jlsutherland avatar jlsutherland commented on July 21, 2024
Error on doc.process()

from doc2text.

Comments (2)

remi-pr avatar remi-pr commented on July 21, 2024

If I am not mistaken this is due to using OpenCV version 2.x rather than 3.0. In this case cv2.resize() interprets the third argument as a destination array rather than the interpolation method as intended. One fix, included in the pull request #13, is to use named arguments (cv2.resize(foo, bar, interpolation=cv2.INTER_AREA) on line 77). This should make the code compatible with both OpenCV versions.

The second error you are getting is probably a consequence of the first (self.image is not produced because the downscale_image call failed).

from doc2text.

jlsutherland avatar jlsutherland commented on July 21, 2024

@remi-pr is correct. Merging #13 should fix part of the issue and result in increased localizability for stacktraces.

from doc2text.

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.