Skip to content

Interface: DocumentParseStatsDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / DocumentParseStatsDto

Interface: DocumentParseStatsDto

Defined in: src/types/ingestion.ts:639

Statistics from document parsing.

Properties

imagesExtracted

imagesExtracted: number

Defined in: src/types/ingestion.ts:641

Number of images extracted.


pagesProcessed

pagesProcessed: number

Defined in: src/types/ingestion.ts:643

Number of pages processed.


parserUsed

parserUsed: string

Defined in: src/types/ingestion.ts:647

Parser that was used.


parseTimeMs

parseTimeMs: number

Defined in: src/types/ingestion.ts:645

Time spent parsing in milliseconds.


tablesExtracted

tablesExtracted: number

Defined in: src/types/ingestion.ts:649

Number of tables extracted.


warnings?

optional warnings: string[]

Defined in: src/types/ingestion.ts:651

Any warnings during parsing.