Package ai.extend.types
Interface ParseRunOutputMetadataPagesItem.DpiStage
-
- All Known Implementing Classes:
ParseRunOutputMetadataPagesItem.Builder
- Enclosing class:
- ParseRunOutputMetadataPagesItem
public static interface ParseRunOutputMetadataPagesItem.DpiStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseRunOutputMetadataPagesItem._FinalStagedpi(double dpi)The DPI thatboundingBox/polygoncoordinates on this page are scaled to.
-
-
-
Method Detail
-
dpi
ParseRunOutputMetadataPagesItem._FinalStage dpi(double dpi)
The DPI that
boundingBox/polygoncoordinates on this page are scaled to. MultiplyoriginalPageWidth/originalPageHeightbydpi / 72to convert them into that same coordinate space.
-
-