Spaces:
Runtime error
Runtime error
Commit
·
e1e05ad
1
Parent(s):
7a1062c
Removed textrect query
Browse files
app.py
CHANGED
@@ -427,7 +427,6 @@ with gr.Blocks(css=CSS) as demo:
|
|
427 |
This space compares some of the latest models that can be used commercially.
|
428 |
- [LayoutLM](https://huggingface.co/impira/layoutlm-document-qa) uses text/layout and images. Uses tesseract for OCR.
|
429 |
- [Donut](https://huggingface.co/naver-clova-ix/donut-base-finetuned-docvqa) OCR free document understanding. Uses vision encoder for OCR and a text decoder for providing the answer.
|
430 |
-
- [Textract Query](https://docs.aws.amazon.com/textract/latest/dg/what-is.html) OCR + document understanding solution of AWS.
|
431 |
""")
|
432 |
|
433 |
document = gr.Variable()
|
|
|
427 |
This space compares some of the latest models that can be used commercially.
|
428 |
- [LayoutLM](https://huggingface.co/impira/layoutlm-document-qa) uses text/layout and images. Uses tesseract for OCR.
|
429 |
- [Donut](https://huggingface.co/naver-clova-ix/donut-base-finetuned-docvqa) OCR free document understanding. Uses vision encoder for OCR and a text decoder for providing the answer.
|
|
|
430 |
""")
|
431 |
|
432 |
document = gr.Variable()
|