Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckPopplerVersion ¶
Types ¶
type PdfPage ¶
func ExtractOrError ¶
ExtractOrError Just like Extract, but indicates issues with errors
type PopplerTsvRow ¶
type PopplerTsvRow struct {
Level int `col:"0"`
PageNum int `col:"1"`
ParNum int `col:"2"`
BlockNum int `col:"3"`
LineNum int `col:"4"`
WordNum int `col:"5"`
Left float64 `col:"6"`
Top float64 `col:"7"`
Width float64 `col:"8"`
Height float64 `col:"9"`
Conf int `col:"10"`
Text string `col:"11"`
}
func ExtractInPopplerTsv ¶
func ExtractInPopplerTsv(pdfBytes []byte) (tsvRows []PopplerTsvRow, err error)
ExtractInPopplerTsv Access raw stdout content from Poppler
Click to show internal directories.
Click to hide internal directories.