visible/visible

View on GitHub
packages/@visi/plugin-gcp-vision-api/src/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function imageToText has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    async imageToText(url: string) {
      const client = new vision.ImageAnnotatorClient();

      try {
        const [result] = await timeout(
Severity: Minor
Found in packages/@visi/plugin-gcp-vision-api/src/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status