Interface IDetectionPredictor
- All Superinterfaces:
-
AutoCloseable
,IPredictor<BufferedImage,
List >
- All Known Implementing Classes:
-
OnnxDetectionPredictor
Interface for predictors, which take a full image and find text boxes on them. Output boxes can be rotated, which is why output is 4 points.
-
Method Summary
Methods inherited from interface java.lang.AutoCloseable
close
Methods inherited from interface com.itextpdf.pdfocr.onnxtr.IPredictor
predict, predict