spacy nlp ner

This commit is contained in:
m
2026-07-12 22:11:57 +02:00
parent 6ed51daa6b
commit 010cb2cb49
22 changed files with 480 additions and 8 deletions
+2
View File
@@ -33,6 +33,8 @@ func (c *Client) Recognize(imageData []byte) ([]TextBlock, error) {
switch docType {
case PDFScanned:
fmt.Println("PDFScanned -> PaddleOCR")
case PDFText:
fmt.Println("PDFText -> PaddleOCR")
case Image:
fmt.Println("Image -> PaddleOCR")
default: