Calibre plugin that makes docs searchable via Calibre full text search.
Description
The plugin enables Calibre internally to read and process doc files. The original doc in the user library remains unchanged. This is a fork of
igieon/calibre-doc-input Thread.
Usage
If you're soffice.exe is not located in "C:\Program Files\LibreOffice\program\soffice.exe", you can edit it in
HERE, then download the src folder, zip it (files at top level) & add it to Calibre.
IMPORTANT
Path to LibreOffice should be usually changed via Calibre Settings > Input Options > Doc Input > click on the location search button. This throws the following error:
Quote:
File "calibre_plugins.doc_input.doc_input_ui", line 70, in fileSearch
TypeError: EnumType.__call__() missing 1 required positional argument: 'value'
|
If anyone has an idea what this is about, please let me know (here / fork / PR / etc.). I'm not really into python and just hacked this adjustment together in vscode based on igieon's great base.