mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-16 12:08:07 +01:00
Support searching PDF asset content (#8985)
* feat(asset): add PDF parser * test: changed test function name to match parser * asset: add separator * asset: add pdf factory product * test: remove println --------- Co-authored-by: Heiko Besemann <heiko.besemann@qbeyond.de>
This commit is contained in:
parent
ec31ac0741
commit
19a295e157
5 changed files with 125 additions and 0 deletions
|
|
@ -64,6 +64,11 @@ require (
|
|||
golang.org/x/text v0.12.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/jolestar/go-commons-pool/v2 v2.1.2 // indirect
|
||||
github.com/tetratelabs/wazero v1.3.1 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
dmitri.shuralyov.com/font/woff2 v0.0.0-20180220214647-957792cbbdab // indirect
|
||||
github.com/JalfResi/justext v0.0.0-20170829062021-c0282dea7198 // indirect
|
||||
|
|
@ -111,6 +116,7 @@ require (
|
|||
github.com/juju/errors v1.0.0 // indirect
|
||||
github.com/klauspost/compress v1.16.7 // indirect
|
||||
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
||||
github.com/klippa-app/go-pdfium v1.6.0
|
||||
github.com/leodido/go-urn v1.2.4 // indirect
|
||||
github.com/levigross/exp-html v0.0.0-20120902181939-8df60c69a8f5 // indirect
|
||||
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue