It just works. -- Todd Howard
- Image
EPUB
export -
OCR
integration- OCR text
EPUB
export - OCR to database
- OCR text
Requires Chrome/Chromium to be installed. For Chromium, you need to modify "browser"
in config.json
to "chromium"
.
pip install -U poetry
cd fuckBookWalker
poetry install
poetry run python bookphucker <url or uuid of books>
You should see something like this.
wip...
By default, bookphucker
will try to reuse previous cookies
, using --no-cache
to clear cookies
.
You may encounter CAPTCHA during the login process.
bookphucker
will ask you to use non-headless mode to pass the captcha if your config sets headless
to true
.