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
Put an X between the brackets on this line if you have done all of the following:
Loading files for asynchronous polling & sending
Load document with:
input_source = client.source_from_path(FILE_PATH) parsing_result = client.enqueue(product.GeneratedV1, input_source, endpoint=ENDPOINT)
Time it.
Expected behavior:
Processing time under 300ms for small files (<1mb).
Actual behavior:
Processing time well over 2.5 seconds
Reproduces how often:
Happens with all tested files so far (JPEG images).
Most likely all SDK versions. Windows x64 python 3.12
The text was updated successfully, but these errors were encountered:
sebastianMindee
No branches or pull requests
Prerequisites
Put an X between the brackets on this line if you have done all of the following:
Description
Loading files for asynchronous polling & sending
Steps to Reproduce
Load document with:
Time it.
Expected behavior:
Processing time under 300ms for small files (<1mb).
Actual behavior:
Processing time well over 2.5 seconds
Reproduces how often:
Happens with all tested files so far (JPEG images).
Versions
Most likely all SDK versions.
Windows x64
python 3.12
Additional Information
The text was updated successfully, but these errors were encountered: