You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use `WithFileExtensions`for whitelist filtering.
1551
+
1552
+
7. **PDF file reading support**
1553
+
1554
+
- Note: The PDF reader depends on third-party libraries. To avoid introducing unnecessary dependencies into the main module, the PDF reader uses a separate `go.mod`.
1555
+
- Usage: To support PDF file reading, manually import the PDF reader package for registration:
1556
+
```go
1557
+
import (
1558
+
// Import PDF reader to support .pdf file parsing.
0 commit comments