Documentation ¶ Index ¶ func GetSupportedFiles(inputPath string) ([]string, error) type ImageData func GetImagesFromFile(inputPath string) ([]ImageData, error) type PDFData func GetPDFData(inputPath string) (*PDFData, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetSupportedFiles ¶ func GetSupportedFiles(inputPath string) ([]string, error) Types ¶ type ImageData ¶ type ImageData struct { Image image.Image PageNum int Filename string } func GetImagesFromFile ¶ func GetImagesFromFile(inputPath string) ([]ImageData, error) type PDFData ¶ type PDFData struct { Data []byte Filename string } func GetPDFData ¶ func GetPDFData(inputPath string) (*PDFData, error) Source Files ¶ View all Source files pdf.go Click to show internal directories. Click to hide internal directories.