FunctionsExtractorPdf to htmlModels

Lineconverter

ai-research-agent / extractor/pdf-to-html/models/LineConverter

default

Defined in: src/extractor/pdf-to-html/models/LineConverter.js:58

Constructors

Constructor

new default(fontToFormats: any): default;

Defined in: src/extractor/pdf-to-html/models/LineConverter.js:59

Parameters
ParameterType

fontToFormats

any

Returns

default

Properties

fontToFormats

fontToFormats: any;

Defined in: src/extractor/pdf-to-html/models/LineConverter.js:60

Methods

compact()

compact(textItems: any): default;

Defined in: src/extractor/pdf-to-html/models/LineConverter.js:64

Parameters
ParameterType

textItems

any

Returns

default


WordFormat

const WordFormat: object;

Defined in: src/extractor/pdf-to-html/models/LineConverter.js:9

Type Declaration

NameTypeDefined in

BOLD

{ endSymbol: string; name: string; startSymbol: string; }

src/extractor/pdf-to-html/models/LineConverter.js:10

BOLD_OBLIQUE

{ endSymbol: string; name: string; startSymbol: string; }

src/extractor/pdf-to-html/models/LineConverter.js:22

OBLIQUE

{ endSymbol: string; name: string; startSymbol: string; }

src/extractor/pdf-to-html/models/LineConverter.js:16


WordType

const WordType: object;

Defined in: src/extractor/pdf-to-html/models/LineConverter.js:30

Type Declaration

NameTypeDefined in

FOOTNOTE

{ name: string; toText: string; }

src/extractor/pdf-to-html/models/LineConverter.js:47

FOOTNOTE_LINK

{ attachWithoutWhitespace: boolean; name: string; plainTextFormat: boolean; toText: string; }

src/extractor/pdf-to-html/models/LineConverter.js:38

LINK

{ name: string; toText: string; }

src/extractor/pdf-to-html/models/LineConverter.js:31

On this page