This commit is contained in:
9
deploy/lite/prepare.sh
Normal file
9
deploy/lite/prepare.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
mkdir -p $1/demo/cxx/ocr/debug/
|
||||
cp ../../ppocr/utils/ppocr_keys_v1.txt $1/demo/cxx/ocr/debug/
|
||||
cp -r ./* $1/demo/cxx/ocr/
|
||||
cp ./config.txt $1/demo/cxx/ocr/debug/
|
||||
cp ../../doc/imgs/11.jpg $1/demo/cxx/ocr/debug/
|
||||
|
||||
echo "Prepare Done"
|
||||
Reference in New Issue
Block a user