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
Did anyone make a Google Colab for this? It would be quite useful because someone wouldn't need to go through all the installations of dependencies.
The text was updated successfully, but these errors were encountered:
Here is my Google Colab for using it with GPU support:
!pip3 install torch torchvision torchaudio !pip install marker-pdf !marker_single /path/to/file.pdf /path/to/output/folder --batch_multiplier 2
And with CPU only:
!pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu !pip install marker-pdf !marker_single /path/to/file.pdf /path/to/output/folder --batch_multiplier 2
Don't bother with the "PIL" error message.
Sorry, something went wrong.
The question has been answered, I propose to close this issue. @VikParuchuri Maybe you can add the suggestion in the README.
No branches or pull requests
Did anyone make a Google Colab for this? It would be quite useful because someone wouldn't need to go through all the installations of dependencies.
The text was updated successfully, but these errors were encountered: