Package ai.extend.types
Interface ParseRunSummaryMetrics.PageCountStage
-
- All Known Implementing Classes:
ParseRunSummaryMetrics.Builder
- Enclosing class:
- ParseRunSummaryMetrics
public static interface ParseRunSummaryMetrics.PageCountStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseRunSummaryMetrics._FinalStagepageCount(double pageCount)The number of pages from the document that were parsed.
-
-
-
Method Detail
-
pageCount
ParseRunSummaryMetrics._FinalStage pageCount(double pageCount)
The number of pages from the document that were parsed. For PDF and image files, this is the actual page count. For spreadsheet files (Excel, CSV), this is an estimated page count based on content volume (~1000 tokens per page).
-
-