Browse Source

Merge pull request #345 from jasonharrison/fix-readme

Fix typo in README.md
pull/355/head
jeromewu 6 years ago committed by GitHub
parent
commit
e9017f3ed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -52,7 +52,7 @@ const worker = createWorker({
await worker.initialize('eng'); await worker.initialize('eng');
const { data: { text } } = await worker.recognize('https://tesseract.projectnaptha.com/img/eng_bw.png'); const { data: { text } } = await worker.recognize('https://tesseract.projectnaptha.com/img/eng_bw.png');
console.log(text); console.log(text);
await woker.terminate(); await worker.terminate();
})(); })();
``` ```

Loading…
Cancel
Save