module Pdfminer

Defined in:

pdfminer.cr
pdfminer/config.cr
pdfminer/parser.cr
pdfminer/parsers/image.cr
pdfminer/parsers/meta.cr
pdfminer/parsers/text.cr
pdfminer/version.cr

Constant Summary

MATCHERS = {author: /^Author:\s+([^\n]+)/, date: /^CreationDate:\s+([^\n]+)/, creator: /^Creator:\s+([^\n]+)/, keywords: /^Keywords:\s+([^\n]+)/, producer: /^Producer:\s+([^\n]+)/, subject: /^Subject:\s+([^\n]+)/, title: /^Title:\s+([^\n]+)/, length: /^Pages:\s+([^\n]+)/}
MEMORY_ARGS = "-limit memory 256MiB -limit map 512MiB"
OCR_FLAGS = "-density 400x400 -colorspace GRAY"
VERSION = "0.1.0"

Constructors

Class Method Summary

Constructor Detail

def self.new(url : String, options = {} of Symbol => String | Bool) #

[View source]

Class Method Detail

def self.config(&) #

[View source]
def self.config #

[View source]