Hooked up the API layer to be able to extract images from PDF again for Tachiyomi explicitly (#1686)
This commit is contained in:
parent
d2f5651cfa
commit
018c0ab15c
5 changed files with 45 additions and 16 deletions
|
|
@ -49,9 +49,9 @@ public interface IBookService
|
|||
/// <summary>
|
||||
/// Extracts a PDF file's pages as images to an target directory
|
||||
/// </summary>
|
||||
/// <remarks>This method relies on Docnet which has explict patches from Kavita for ARM support. This should only be used with Tachiyomi</remarks>
|
||||
/// <param name="fileFilePath"></param>
|
||||
/// <param name="targetDirectory">Where the files will be extracted to. If doesn't exist, will be created.</param>
|
||||
[Obsolete("This method of reading is no longer supported. Please use native pdf reader")]
|
||||
void ExtractPdfImages(string fileFilePath, string targetDirectory);
|
||||
|
||||
Task<string> ScopePage(HtmlDocument doc, EpubBookRef book, string apiBase, HtmlNode body, Dictionary<string, int> mappings, int page);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue