diff --git a/src/graphql/util.js b/src/graphql/util.js index c61f807c..ac2ba3a2 100644 --- a/src/graphql/util.js +++ b/src/graphql/util.js @@ -690,7 +690,7 @@ export function createAIResponse({ user, ...loadingResponseBody }) { } const imageAnnotator = new ImageAnnotatorClient(); -const OCR_CONFIDENCE_THRESHOLD = 0.85; +const OCR_CONFIDENCE_THRESHOLD = 0.75; /** * @param {ITextAnnotation} fullTextAnnotation - The fullTextAnnotation returned by client.documentTextDetection