Created
April 13, 2021 17:46
-
-
Save davidmezzetti/c94ab2671e33fd2e699493ee08bd0a15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from txtai.pipeline import Textractor | |
# Create textractor model | |
textractor = Textractor() | |
textractor("txtai/article.pdf") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment