From c3061718dd8c0dae5755bcdd0612ecff41ec8b65 Mon Sep 17 00:00:00 2001 From: gaotingquan Date: Tue, 13 Oct 2020 15:23:46 +0800 Subject: [PATCH] Fix README about using Paddle-Lite to deploy --- deploy/lite/readme_en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/lite/readme_en.md b/deploy/lite/readme_en.md index a62f0478..22f816f9 100644 --- a/deploy/lite/readme_en.md +++ b/deploy/lite/readme_en.md @@ -1,10 +1,10 @@ # Tutorial of PaddleOCR Mobile deployment -This tutorial will introduce how to use paddle-lite to deploy paddleOCR ultra-lightweight Chinese and English detection models on mobile phones. +This tutorial will introduce how to use [paddle-lite](https://github.com/PaddlePaddle/Paddle-Lite) to deploy paddleOCR ultra-lightweight Chinese and English detection models on mobile phones. paddle-lite is a lightweight inference engine for PaddlePaddle. -It provides efficient inference capabilities for mobile phones and IOTs, +It provides efficient inference capabilities for mobile phones and IoTs, and extensively integrates cross-platform hardware to provide lightweight deployment solutions for end-side deployment issues.