diff --git a/.gitignore b/.gitignore index 9eecb4f1..9d85e7a8 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,8 @@ output/ build/ dist/ -paddleocr.egg-info/ \ No newline at end of file +paddleocr.egg-info/ +/deploy/android_demo/app/OpenCV/ +/deploy/android_demo/app/PaddleLite/ +/deploy/android_demo/app/.cxx/ +/deploy/android_demo/app/cache/ diff --git a/deploy/android_demo/app/src/main/assets/images/180.jpg b/deploy/android_demo/app/src/main/assets/images/180.jpg index 84cf4c79..b1bb8a45 100644 Binary files a/deploy/android_demo/app/src/main/assets/images/180.jpg and b/deploy/android_demo/app/src/main/assets/images/180.jpg differ