Skip to content

Interface: DocumentParseStatsDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / DocumentParseStatsDto

Interface: DocumentParseStatsDto

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

Statistics from document parsing.

Properties

imagesExtracted

imagesExtracted: number

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

Number of images extracted.


pagesProcessed

pagesProcessed: number

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

Number of pages processed.


parserUsed

parserUsed: string

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

Parser that was used.


parseTimeMs

parseTimeMs: number

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

Time spent parsing in milliseconds.


tablesExtracted

tablesExtracted: number

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

Number of tables extracted.


warnings?

optional warnings: string[]

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

Any warnings during parsing.