Uses of Record Class
ai.doctruth.spi.OcrRegion
Packages that use OcrRegion
-
Uses of OcrRegion in ai.doctruth.spi
Methods in ai.doctruth.spi that return types with arguments of type OcrRegionModifier and TypeMethodDescriptionOcrPageResult.regions()Returns the value of theregionsrecord component.Constructor parameters in ai.doctruth.spi with type arguments of type OcrRegionModifierConstructorDescriptionOcrPageResult(String text, double confidence, List<OcrRegion> regions, int pageNumber) Creates an instance of aOcrPageResultrecord class.