Package ai.extend.types
Interface ParseRunOutputOcrWordsItem.PageNumberStage
-
- All Known Implementing Classes:
ParseRunOutputOcrWordsItem.Builder
- Enclosing class:
- ParseRunOutputOcrWordsItem
public static interface ParseRunOutputOcrWordsItem.PageNumberStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParseRunOutputOcrWordsItem._FinalStagepageNumber(double pageNumber)The page number where the word was detected.
-
-
-
Method Detail
-
pageNumber
ParseRunOutputOcrWordsItem._FinalStage pageNumber(double pageNumber)
The page number where the word was detected.
-
-