S1-Parser
No description available.
파일 탐색기
- 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
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
git clone
설명 보기 ▼
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
설명 보기 ▼
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:
// repository documentation
Was this content helpful?
(0 ratings)
