samyam81 / PDF-To-Excel

Converts text data from PDF files into Excel spreadsheets using Go and external libraries (`go-fitz` and `excelize`).
2 stars 0 forks source link

undefined: purego.Dlsym ? #2

Open blackholeearth opened 3 weeks ago

blackholeearth commented 3 weeks ago

go run APP.go -pdf_path " sample.pdf" -output_path "sample-out.xlsx"

github.com/gen2brain/go-fitz ......\go\pkg\mod\github.com\gen2brain\go-fitz@v1.24.14\fitz_nocgo.go:666:25: undefined: purego.Dlsym

blackholeearth commented 3 weeks ago

dont waste your time code is broken.

function names are not even right.

even lib owner of go-fitz saying. there is no function like open? where did you get it??


Probably code is written by ChatGPT

samyam81 commented 3 weeks ago

Thank you for letting us know.