This file contains 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 transformers import pipeline | |
from PIL import Image | |
pipe = pipeline("document-question-answering", model="naver-clova-ix/donut-base-finetuned-docvqa") | |
question = "For what period is this payslip for?" | |
image = Image.open("./input.jpg") | |
output = pipe(image=image, question=question) |
This file contains 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
Verifying myself: My Bitcoin username is +fuzzie. https://onename.io/fuzzie |