Add CPU/GPU gate and support new ANSALPR using OCR

This commit is contained in:
2026-04-12 17:16:16 +10:00
parent 27083a6530
commit 0a8aaed215
30 changed files with 1870 additions and 2166 deletions

View File

@@ -181,7 +181,7 @@ namespace ANSCENTER {
};
[[nodiscard]] virtual bool Destroy() = 0;
};
class ANSOCRUtility
class ANSOCR_API ANSOCRUtility
{
public:
[[nodiscard]] static std::string OCRDetectionToJsonString(const std::vector<OCRObject>& dets);