Update ocr_rec.h ()

It is enough to include preprocess_op.h, we do not need to include ocr_cls.h.
pull/10293/head
Wang Xin 2023-07-04 15:13:23 +08:00 committed by GitHub
parent 4b275f1857
commit 1fa3575030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
deploy/cpp_infer/include

View File

@ -17,7 +17,7 @@
#include "paddle_api.h"
#include "paddle_inference_api.h"
#include <include/ocr_cls.h>
#include <include/preprocess_op.h>
#include <include/utility.h>
namespace PaddleOCR {