Giter VIP home page Giter VIP logo

Comments (1)

hiroi-sora avatar hiroi-sora commented on May 17, 2024
  1. 这是上游项目 PaddleOCR v2.6 C++ 的一个bug,加载运行库的过程中会强制输出日志信息,难以用外部手段关闭。我给源项目提过 issue ,维护者说将在下个版本修复,届时本项目也会跟进更新。
  2. 这个bug不会影响实际使用。因为日志信息输出在 stderr 流,但你的调用方程序只需要监听 PaddleOCR-json.exe 的 stdout 流。也就是日志信息只会被你肉眼观察到,不会被调用方程序接收到。
  3. 建议直接使用现成API,比如 python的 ,可以忽视很多调用问题,并减少未来更新后的适配变化。

from paddleocr-json.

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.