feat(infra): integrate PaddleOCR's PP-StructureV3 as a document parser backend (#714)

This commit is contained in:
Lin Manhui
2025-08-13 16:37:42 +08:00
committed by GitHub
parent 708a6ed0c0
commit 6b60c07c22
30 changed files with 657 additions and 174 deletions

View File

@@ -87,6 +87,14 @@ const (
UseSSL = "USE_SSL"
SSLCertFile = "SSL_CERT_FILE"
SSLKeyFile = "SSL_KEY_FILE"
OCRType = "OCR_TYPE"
VeOCRAK = "VE_OCR_AK"
VeOCRSK = "VE_OCR_SK"
PPOCRAPIURL = "PADDLEOCR_OCR_API_URL"
ParserType = "PARSER_TYPE"
PPStructureAPIURL = "PADDLEOCR_STRUCTURE_API_URL"
)
const (