Formatting
Browse files
README.md
CHANGED
@@ -26,9 +26,9 @@ tokenizer = AutoTokenizer.from_pretrained(
|
|
26 |
)
|
27 |
|
28 |
nlp = pipeline(
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
)
|
33 |
|
34 |
nlp(
|
|
|
26 |
)
|
27 |
|
28 |
nlp = pipeline(
|
29 |
+
model="impira/layoutlm-document-qa",
|
30 |
+
tokenizer=tokenizer,
|
31 |
+
trust_remote_code=True,
|
32 |
)
|
33 |
|
34 |
nlp(
|