AdvancedLiterateMachinery
AdvancedLiterateMachinery copied to clipboard
关于关键信息抽取任务KIE,没有在项目中找到相关信息
请问可以指出具体路径吗? 对于example.py是否有推理脚本? python example.py general_text_reading <document_file_path> <output_file_path> # task: general text reading (dump supports both image and JSON file) python example.py table_parsing <document_file_path> <output_file_path> # task: table parsing (dump supports both image and JSON file) python example.py formula_recognition <document_file_path> <output_file_path> # task: formula recognition (dump supports only JSON file) python example.py document_structurization <document_file_path> <output_file_path> # task: document structurization (dump supports both image and JSON file) python example.py whole_pdf_conversion <document_file_path> <output_file_path> # task: whole PDF conversion, i.e., converting all pages of a PDF file into an organized JSON structure (dump supports only JSON file)
也没有找到pretrianed model文件夹在哪里 Training Download the swin_base_patch4_window7_224_22k.pth from Swin-Transformer and put it in pretrained_weights folder. Refer to train.sh for pretraining and finetuning.
如果但张图该如何测试?