package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Apr 26, 2022
License: AGPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PDFInfo struct {
Pages []PageInfo `json:"pages"`
}
type PageInfo struct {
Rot int `json:"rotation"`
Orientation string `json:"orientation"`
Height float64 `json:"height"`
Width float64 `json:"width"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.