Update api.md (#805)

Fixed typo
master
Jake W 1 year ago committed by GitHub
parent 6f90bc9cd9
commit 861e28833d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/api.md

@ -63,7 +63,7 @@ const worker = await createWorker({
A Worker helps you to do the OCR related tasks, it takes few steps to setup Worker before it is fully functional. The full flow is: A Worker helps you to do the OCR related tasks, it takes few steps to setup Worker before it is fully functional. The full flow is:
- FS functions // optional - FS functions // optional
- loadLanguauge - loadLanguage
- initialize - initialize
- setParameters // optional - setParameters // optional
- recognize or detect - recognize or detect

Loading…
Cancel
Save