1 Star 0 Fork 956

qywk99/PaddleOCR

forked from PaddlePaddle/PaddleOCR 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.clang_format.hook 353 Bytes
Copy Edit Raw Blame History
LDOUVLEV authored 2020-07-07 07:40 . upload lite demo and clang-fomat
#!/bin/bash
set -e
readonly VERSION="3.8"
version=$(clang-format -version)
if ! [[ $version == *"$VERSION"* ]]; then
echo "clang-format version check failed."
echo "a version contains '$VERSION' is needed, but get '$version'"
echo "you can install the right version, and make an soft-link to '\$PATH' env"
exit -1
fi
clang-format $@
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/qywk99/PaddleOCR.git
git@gitee.com:qywk99/PaddleOCR.git
qywk99
PaddleOCR
PaddleOCR
release/2.4

Search

0d507c66 1850385 C8b1a773 1850385