Package ai.extend.types
Interface ParseRunMetrics.PageCountStage
-
- All Known Implementing Classes:
ParseRunMetrics.Builder
- Enclosing class:
- ParseRunMetrics
public static interface ParseRunMetrics.PageCountStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseRunMetrics._FinalStagepageCount(double pageCount)The number of pages from the document that were parsed.
-
-
-
Method Detail
-
pageCount
ParseRunMetrics._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).
-
-