S1-Parser
No description available.
File Explorer
- 1.jpg
- 2.png
- __init__.py
- constants.py
- drop_reason.py
- drop_tag.py
- enums.py
- exceptions.py
- make_content_config.py
- model_block_type.py
- ocr_content_type.py
- __init__.py
- base.py
- filebase.py
- multi_bucket_s3.py
- s3.py
- __init__.py
- base.py
- http.py
- s3.py
- __init__.py
- dataset.py
- read_api.py
- schemas.py
- utils.py
- __init__.py
- ocr_mkcontent.py
- __init__.py
- pdf_classify_by_type.py
- pdf_meta_scan.py
- __init__.py
- boxbase.py
- clean_memory.py
- commons.py
- config_reader.py
- convert_utils.py
- coordinate_transform.py
- draw_bbox.py
- hash_utils.py
- json_compressor.py
- language.py
- local_math.py
- markdown_utils.py
- path_utils.py
- pdf_check.py
- pdf_image_tools.py
- safe_filename.py
- version.py
- __init__.py
- DocLayoutYOLO.py
- __init__.py
- __init__.py
- helpers.py
- xycut.py
- __init__.py
- __init__.py
- model_init.py
- model_utils.py
- __init__.py
- batch_analyze_llm.py
- doc_analyze_by_custom_model_llm.py
- magic_model.py
- model_list.py
- taichu_custom_model.py
- __init__.py
- models_llm.py
- pipes_llm.py
- __init__.py
- para_split_v3.py
- __init__.py
- construct_page_dict.py
- cut_image.py
- ocr_detect_all_bboxes.py
- ocr_dict_merge.py
- ocr_span_list_modify.py
- remove_bbox_overlap.py
- lid.176.ftz
- __init__.py
- annotations.py
- office_to_pdf.py
- __init__.py
- load_s1_parse_model_by_native_mode.py
- single_picture_ocr_inference.py
- 20250901_message.log
- merge_datasets_1.py
- ocr_dataset_combiner_2.py
- manage_vllm.sh
- run_bedrock_server_script2-query.sh
- run_ocr_literature_center_inference_app.py
- run_ocr_literature_center_inference_app.sh
- self_task.py
- docker-compose.yml
- page_0000.jpg
- page_0001.jpg
- page_0002.jpg
- page_0003.jpg
- page_0004.jpg
- page_0005.jpg
- page_0006.jpg
- page_0007.jpg
- page_0008.jpg
- page_0009.jpg
- page_0000.jpg
- page_0001.jpg
- page_0002.jpg
- page_0003.jpg
- page_0004.jpg
- page_0005.jpg
- page_0006.jpg
- page_0007.jpg
- page_0008.jpg
- page_0009.jpg
- page_0010.jpg
- page_0011.jpg
- page_0000.jpg
- page_0001.jpg
- page_0002.jpg
- page_0003.jpg
- page_0004.jpg
- page_0005.jpg
- page_0006.jpg
- page_0007.jpg
- page_0000.jpg
- page_0001.jpg
- page_0002.jpg
- page_0003.jpg
- page_0000.jpg
- page_0001.jpg
- page_0002.jpg
- page_0003.jpg
- page_0004.jpg
- page_0005.jpg
- yp1_crop_0.jpg
- train_ocr_grpo_model.py
- train_ocr_sft_model.py
- run_train_ocr_grpo_model.sh
- run_train_ocr_sft_model.sh
- LICENSE
- model_configs.yaml
- README.md
- requirements.txt
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
pip install
View Details ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
