From b5839d2c3608b241797a4364b205e9443aee824b Mon Sep 17 00:00:00 2001 From: spdis Date: Sun, 31 Aug 2025 12:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7876d34..dfdc897 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ License_plate_recognition/ ├── OCR_part/ # OCR识别模块 │ └── ocr_interface.py # OCR接口(占位) └── CRNN_part/ # CRNN识别模块 - └── crnn_interface.py # CRNN接口(占位) + └── crnn_interface.py # CRNN ``` ## 功能特性