Versions in this module Expand all Collapse all v1 v1.0.0 Apr 19, 2024 Changes in this version + func CheckPopplerVersion() (fullVersionString string, err error) + type PdfPage struct + Content string + Number int + func Extract(pdfBytes []byte) (pdfPages []PdfPage, err error) + func ExtractOrError(pdfBytes []byte) (pages []PdfPage, err error) + type PopplerTsvRow struct + BlockNum int + Conf int + Height float64 + Left float64 + Level int + LineNum int + PageNum int + ParNum int + Text string + Top float64 + Width float64 + WordNum int + func ExtractInPopplerTsv(pdfBytes []byte) (tsvRows []PopplerTsvRow, err error)