From b6b88cf21199c64674a95c5b9157b5da7ae920ad Mon Sep 17 00:00:00 2001 From: wenlihaoyu Date: Fri, 8 Dec 2017 11:45:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eocr=E8=AE=AD=E7=BB=83?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d4f9a92..eea0add 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # 本文基于tensorflow、keras/pytorch实现对自然场景的文字检测及端到端的OCR中文文字识别 + +# 实现功能 +- [] 文字方向检测 0 90、180、270度检测 (运用vgg16进行多分类实现,正在整理中) +- [x] 文字检测 +- [x] 不定长OCR识别 + ## 环境部署 ### 运行 sh setup.sh -- GitLab