Code Monkey home page Code Monkey logo

Comments (3)

user4815162342 avatar user4815162342 commented on June 21, 2024

Until the developer fixes this, the following is a workaround. Add the following code after requiring PDFParser:

var util = require('util');
util._logN = function() {};

This nullops PDFParser's logging function, which is fortunately attached to the util module so it can be accessed this way. There's still at least one place where it uses console.log instead, which I can't get rid of, but this removes the majority of the problem.

from pdf2json.

brianc avatar brianc commented on June 21, 2024

I think at the most, the parser should emit a 'log' event or something. Definitely writing to stderr/stdout is not the preferred way to go. @modesty are you interested in a pull request to fix this?

from pdf2json.

modesty avatar modesty commented on June 21, 2024

verbosity control for logging is added in v0.5.4, see readme for more details.

from pdf2json.

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.