class Pdfminer::Config

Defined in:

pdfminer/config.cr

Constant Summary

INSTANCE = Config.new

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def image_density : Bool | String #

[View source]
def image_density=(image_density : Bool | String) #

[View source]
def image_format : Bool | String #

[View source]
def image_format=(image_format : Bool | String) #

[View source]
def image_size : Bool | String #

[View source]
def image_size=(image_size : Bool | String) #

[View source]
def run(command) #

[View source]
def skip_ocr : Bool | String #

[View source]
def skip_ocr=(skip_ocr : Bool | String) #

[View source]
def uri : URI #

[View source]
def uri=(uri : URI) #

[View source]
def url : String #

[View source]
def url=(url : String) #

[View source]