-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
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
[api] Add support of PDF / multi-image inputs in the API template #610
Comments
Hey, can I start off working on this in case no one has ? |
Sure :) |
@nikokks Still on it ? :) |
I apologize for the delay in responding to your request. Due to prior commitments, I was unable to attend to this matter sooner. When attempting to install the required packages, I encountered an issue with the version dependency constraints of Fixes I have tried:
|
Just adding the initial error message for reference here
|
Hey @SkaarFacee 👋 Mh good question ^^ |
Hey @felixdittrich92 :) Thanks :) |
Mh crazy 😅 Unfortunately i can't test it without a Mac.. but nice that it works now 😊 |
I came across another issue 😢
I get the error saying
When I try importing doctr in my virtual env, it does get imported successfully |
Mhh...
Does not work ? |
I'll give that a try and report back on the results. While I remember trying that and then encountering an error before, I'm not entirely clear on the specific details of the error. I'll do my best to investigate further and provide an update as soon as possible. |
Hey @felixdittrich92, |
Hey, I am still stuck with this error. reinstalling the virtual env and that did not help the issue either |
Hey @SkaarFacee 👋, Sry for the late response, but if you run it as described in https://github.com/mindee/doctr/blob/main/api/README.md it runs without issues ? |
Yes, I did try that, I did create the environment using conda and then used pip. Could that be the problem ? I used anaconda to switch between python versions easily |
Hey @SkaarFacee 👋 pip on conda works fine but check that you use the correct env if you start the api
|
Currently, as specified in #609, the API template only supports single image input. With the latest version of docTR, it would be quite easy to change this to support PDF and multiple image inputs.
The text was updated successfully, but these errors were encountered: