1- package com .mindee .extraction ;
1+ package com .mindee .image ;
22
33import com .mindee .input .LocalInputSource ;
44import java .awt .image .BufferedImage ;
@@ -21,7 +21,7 @@ public class ExtractedImage {
2121
2222 /**
2323 * Default constructor.
24- *
24+ *
2525 * @param image Buffered image object.
2626 * @param filename Name of the extracted image.
2727 * @param saveFormat Format to save the image as, defaults to PNG.
@@ -35,7 +35,7 @@ public ExtractedImage(BufferedImage image, String filename, String saveFormat) {
3535 /**
3636 * Write the image to a file.
3737 * Uses the default image format and filename.
38- *
38+ *
3939 * @param outputPath the output directory (must exist).
4040 * @throws IOException Throws if the file can't be accessed.
4141 */
@@ -48,7 +48,7 @@ public void writeToFile(String outputPath) throws IOException {
4848 /**
4949 * Write the image to a file.
5050 * Uses the default image format and filename.
51- *
51+ *
5252 * @param outputPath the output directory (must exist).
5353 * @throws IOException Throws if the file can't be accessed.
5454 */
@@ -60,7 +60,7 @@ public void writeToFile(Path outputPath) throws IOException {
6060
6161 /**
6262 * Return the image in a format suitable for sending to MindeeClient for parsing.
63- *
63+ *
6464 * @return an instance of {@link LocalInputSource}
6565 * @throws IOException Throws if the file can't be accessed.
6666 */
0 commit comments