DataFlow-VQA / operators /pdf2vqa /__init__.py
aaron1141's picture
initial hf spaces demo
e783436
raw
history blame contribute delete
180 Bytes
from .mineru_to_llm_input_operator import MinerU2LLMInputOperator
from .llm_output_parser import LLMOutputParser
from .qa_merger import QA_Merger
from .pdf_merger import PDF_Merger