extract-bad-epub
v1.0.17
Published
從各種錯誤不合規範的 epub 內暴力提取 txt
Downloads
28
Maintainers
Readme
README.md
從各種錯誤不合規範的 epub 內暴力提取 txt
使用方式
在具有 epub 的資料夾路徑下使用此指令
npx extract-bad-epub
install
yarn add extract-bad-epub
import { load, saveAttach, autoExtract } from 'extract-bad-epub';
let srcFile = 'D:\\Users\\Downloads\\文字+插图.epub';
autoExtract(srcFile);