Closed khesed closed 1 year ago
There are different approaches regarding dependencies, but basically anything goes.
The philosophy I have with Text Extractor is to keep it self-contained, so dependencies must run in JS (either pure JS or wasm). Some plugins like Obsidian OCR need external dependencies to be installed on the host computer. That's also how the textract library works.
I'm unclear on how the Obsidian plugin system works with regard to dependencies, but I'm curious what your thoughts are on using a general library like textract for text extraction?