capabilities

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Report

type Report struct {
	OCRAvailable              bool `json:"ocr_available"`
	OCRPreprocessingAvailable bool `json:"ocr_preprocessing_available"`
	Tesseract                 Tool `json:"tesseract"`
	ImageMagickConvert        Tool `json:"imagemagick_convert"`
}

func Collect

func Collect() Report

type Tool

type Tool struct {
	Available bool   `json:"available"`
	Path      string `json:"path,omitempty"`
	Version   string `json:"version,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL