We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, (file) Converters are not very uniform. They accept different input parameters and there is some duplication...
Discussing with Silvano, we agreed on the following strategy:
sources
List[Union[str, Path, ByteStream]
run
ByteStream
meta
The text was updated successfully, but these errors were encountered:
Fixed in #6540, #6554 and #6556!
Sorry, something went wrong.
anakin87
No branches or pull requests
Currently, (file) Converters are not very uniform.
They accept different input parameters and there is some duplication...
Discussing with Silvano, we agreed on the following strategy:
sources
(List[Union[str, Path, ByteStream]
) in therun
methodByteStream
objects for conversionmeta
in therun
method, so that users can provide their own metadata.The text was updated successfully, but these errors were encountered: