refactor: replace ImageFinder with getAllImages using strategy behind ExtractImagesController

This commit is contained in:
sbplat
2024-01-29 11:23:58 -05:00
parent 6f3e317484
commit 53afb865c5
4 changed files with 28 additions and 141 deletions

View File

@@ -63,10 +63,7 @@ public class ApiDocService {
outputToFileTypes.put("PPT", Arrays.asList("ppt", "pptx", "odp"));
outputToFileTypes.put("XML", Arrays.asList("xml", "xsd", "xsl"));
outputToFileTypes.put(
"BOOK",
Arrays.asList(
"epub", "mobi", "azw3", "fb2", "txt",
"docx"));
"BOOK", Arrays.asList("epub", "mobi", "azw3", "fb2", "txt", "docx"));
// type.
}