标签: tesseract
Tesseract将此数字识别为“ /”。
此号码为 “ 7 [2) 问 。 nr] / J“
这是我的代码,
const getTextFromImage = async path => { const { text } = await worker.recognize(path, "eng", { tessedit_char_whitelist: "0123456789" }); console.log(text); return text; };