From 5d3ea28731e87d89555df4158c9250d6afd9d226 Mon Sep 17 00:00:00 2001 From: Yo Kobayashi <82624334+KobayashiYoh@users.noreply.github.com> Date: Mon, 18 Dec 2023 01:06:14 +0900 Subject: [PATCH] update description in pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 05c0251..cadd54b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: focused_area_ocr_flutter -description: A new Flutter package project. +description: This is a package to get text in the focused area on the camera. It is created based on OCR technology by https://pub.dev/packages/google_mlkit_text_recognition. version: 0.0.1 repository: https://github.com/KobayashiYoh/focused_area_ocr_flutter