mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-08 10:00:29 +08:00
Add PaddleOCRv3 & PaddleOCRv2 Support (#139)
* Add PaddleOCR Support * Add PaddleOCR Support * Add PaddleOCRv3 Support * Add PaddleOCRv3 Support * Update README.md * Update README.md * Update README.md * Update README.md * Add PaddleOCRv3 Support * Add PaddleOCRv3 Supports * Add PaddleOCRv3 Suport * Fix Rec diff * Remove useless functions * Remove useless comments * Add PaddleOCRv2 Support
This commit is contained in:
@@ -35,6 +35,7 @@ class FASTDEPLOY_DECL Visualize {
|
||||
const SegmentationResult& result);
|
||||
static cv::Mat VisMattingAlpha(const cv::Mat& im, const MattingResult& result,
|
||||
bool remove_small_connected_area = false);
|
||||
static cv::Mat VisOcr(const cv::Mat& srcimg, const OCRResult& ocr_result);
|
||||
};
|
||||
|
||||
} // namespace vision
|
||||
|
Reference in New Issue
Block a user