mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 debug pdf parser
This commit is contained in:
parent
06512f994b
commit
0822d1030e
1 changed files with 0 additions and 2 deletions
|
|
@ -751,8 +751,6 @@ func (parser *PdfAssetParser) getTextPageWorker(id int, instance pdfium.Pdfium,
|
||||||
|
|
||||||
// Parse will parse a PDF document using PDFium webassembly module using a worker pool
|
// Parse will parse a PDF document using PDFium webassembly module using a worker pool
|
||||||
func (parser *PdfAssetParser) Parse(absPath string) (ret *AssetParseResult) {
|
func (parser *PdfAssetParser) Parse(absPath string) (ret *AssetParseResult) {
|
||||||
return nil
|
|
||||||
|
|
||||||
now := time.Now()
|
now := time.Now()
|
||||||
if !strings.HasSuffix(strings.ToLower(absPath), ".pdf") {
|
if !strings.HasSuffix(strings.ToLower(absPath), ".pdf") {
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue