feat(extract): add Text() dispatcher with md/txt passthrough
This commit is contained in:
8
ingestion/internal/extract/pdf.go
Normal file
8
ingestion/internal/extract/pdf.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// ingestion/internal/extract/pdf.go
|
||||
package extract
|
||||
|
||||
import "fmt"
|
||||
|
||||
func extractPDF(_ string) (string, error) {
|
||||
return "", fmt.Errorf("PDF extraction not implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user