Instructions to use Sharka/CIVQA_LayoutLMv3_EasyOCR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sharka/CIVQA_LayoutLMv3_EasyOCR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("document-question-answering", model="Sharka/CIVQA_LayoutLMv3_EasyOCR")# Load model directly from transformers import AutoProcessor, AutoModelForDocumentQuestionAnswering processor = AutoProcessor.from_pretrained("Sharka/CIVQA_LayoutLMv3_EasyOCR") model = AutoModelForDocumentQuestionAnswering.from_pretrained("Sharka/CIVQA_LayoutLMv3_EasyOCR", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
0c25734 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:37d6443ffce994679036c0248262aa8d4d96aca7b129ea2b96365849613ff64d
size 5767168
|