utilitas 1995.0.19 → 1995.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -462,10 +462,12 @@ Works in Node.js and modern browsers.
462
462
 
463
463
  | symbol | type | params / value |
464
464
  | :--- | :--- | :--- |
465
- | _NEED | Array | @google-cloud/vision |
465
+ | _NEED | Array | @google-cloud/vision,tesseract.js |
466
466
  | annotateImage | AsyncFunction | image, options |
467
467
  | init | AsyncFunction | options |
468
468
  | ocrImage | AsyncFunction | image, options |
469
+ | ocrImageGoogle | AsyncFunction | image, options |
470
+ | ocrImageTesseract | AsyncFunction | image, options |
469
471
  | read | AsyncFunction | image, options |
470
472
  | see | AsyncFunction | image, options |
471
473