docstore/pkg/scan/pdf.go
2019-05-01 22:25:23 +02:00

6 lines
62 B
Go

package scan
type PDF struct {
cmd string
args []string
}