Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在electron主进程中调用报错 #105

Open
ajieun opened this issue May 8, 2024 · 0 comments
Open

在electron主进程中调用报错 #105

ajieun opened this issue May 8, 2024 · 0 comments

Comments

@ajieun
Copy link

ajieun commented May 8, 2024

企业微信截图_17151386612515

    const ocr = new OCR(
      path.join(__dirname, './PaddleOCR/PaddleOCR-json.exe'),
      [
        /* '-port=9985', '-addr=loopback' */
      ],
      {
        cwd: path.join(__dirname, './PaddleOCR/'),
      },
      false
    );
    let base64 = outputBuffer.toDataURL();
    let imageBase64 = base64.substring(base64.indexOf(',') + 1);
    console.log(imageBase64, 'imageBase64');
    ocr
      .flush({ image_base64: imageBase64 })
      .then((data) => console.log(data, 'data'))
      .then(() => ocr.terminate());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant