feat(infra): integrate PaddleOCR's PP-StructureV3 as a document parser backend (#714)
This commit is contained in:
@@ -23,6 +23,7 @@ import (
|
||||
|
||||
type Manager interface {
|
||||
GetParser(config *Config) (Parser, error)
|
||||
IsAutoAnnotationSupported() bool
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
|
||||
Reference in New Issue
Block a user