Documentation
¶
Overview ¶
Package cmd provides command-line interface commands for the hapiq tool.
Package cmd provides command-line interface commands for the hapiq tool.
Package cmd provides command-line interface commands for the hapiq tool.
Package cmd provides command-line interface commands for the hapiq tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PDFConverter ¶
type PDFConverter struct {
// contains filtered or unexported fields
}
PDFConverter handles PDF to Markdown conversion.
func NewPDFConverter ¶
func NewPDFConverter(preserveLayout, includePages, extractHeaders bool) *PDFConverter
NewPDFConverter creates a new PDF converter with specified options.
func (*PDFConverter) AddBasicSpacing ¶
func (c *PDFConverter) AddBasicSpacing(text string) string
AddBasicSpacing is a public wrapper for addBasicSpacing for external testing.
Click to show internal directories.
Click to hide internal directories.