From a242f97555d3094bb7ef8aa9a42bd495e6ed835a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=2C=20Lin=29?= Date: Sun, 12 Nov 2023 17:27:19 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20fix:=20=E6=94=B9=E9=80=B2=E4=B8=BB?= =?UTF-8?q?=E9=A1=8C=E7=9A=84=E6=96=87=E5=AD=97=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林博仁(Buo-ren, Lin) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3a7500..ca72c06 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # 光學字元辨識
Optical Character Recognition(OCR) -> 光學文字辨識(OCR, Optical Character Recognition)是一種資訊技術,它可以識別印刷或手寫的文字圖像並將其轉換成機器可編輯的文字格式 -> -> ——摘錄自 [OCR 技術介紹 | ChatGPT](https://chat.openai.com/share/151f160a-f734-4c77-8ca2-15932a3f6838) +識別印刷或手寫的文字圖像並將其轉換成機器可編輯的文字格式 [![GitLab CI 持續整合流程狀態標章](https://gitlab.com/libre-knowledge/ocr/badges/main/pipeline.svg "點擊查看 GitLab CI 持續整合流程的運行狀態")](https://gitlab.com/libre-knowledge/gitlab-organization-templates/subject-template/-/commits/main) ![「檢查專案中的潛在問題」GitHub Actions 作業流程狀態標章](https://github.com/libre-knowledge/ocr/actions/workflows/check-potential-problems.yml/badge.svg "本專案使用 GitHub Actions 自動化檢查專案中的潛在問題") [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white "本專案使用 pre-commit 檢查專案中的潛在問題")](https://github.com/pre-commit/pre-commit) [![REUSE 規範遵從狀態標章](https://api.reuse.software/badge/github.com/libre-knowledge/ocr "本專案遵從 REUSE 規範降低軟體授權合規成本")](https://api.reuse.software/info/gitlab.com/libre-knowledge/ocr) +## 軟體實現
Software implementations + +* [Tesseract]( + ## 參考資料 * [OCR 技術介紹 | ChatGPT](https://chat.openai.com/share/151f160a-f734-4c77-8ca2-15932a3f6838)