Open EliasPereirah opened 5 months ago
I am also puzzled by this..
A command similar to: pip show marker-pdf
Should give you what you are looking for:
In my case:
You can look at https://github.com/VikParuchuri/marker/blob/master/marker/settings.py for what the default settings are. Then u can overwrite one by setting a env (google that for your platform) The text in the README.md could make that a bit more clear and support for passing all options as arguments would be nice
It would be nice to have a TOML config file, e.g. config.toml
, instead of changing the settings.py file.
readme.md says: Inspect the settings in marker/settings.py. You can override any settings with environment variables. But how can I find the marker/settings.py file or is this only valid for download via git? Sorry, noob question, I don't have much experience with Python