yobix-ai / extractous

Fast and efficient unstructured data extraction. Written in Rust with bindings for many languages.
Apache License 2.0
448 stars 17 forks source link

use it in multiple processes. #34

Open ljhssga opened 6 days ago

ljhssga commented 6 days ago

Hello, I use it in multiple processes. Should I create one Extractor or one for each process?

nmammeri commented 4 days ago

I don't really understand what you mean by process? but as a general guideline Extractor is lightweight, it is just a container for the config params. So using multiple extractors is ok.