We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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());
The text was updated successfully, but these errors were encountered:
上面的问题,我解决了,但似乎我忘记了解决办法
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: