SFKs commited on
Commit
452fc12
·
verified ·
1 Parent(s): 19fa496

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -31
README.md CHANGED
@@ -25,34 +25,4 @@ viewer: false
25
  </p>
26
  </div>
27
 
28
- ## Project Introduction
29
- The project gathers high-quality e-book repositories from GitHub and leverages [MinerU 2.0](https://github.com/opendatalab/MinerU) to transform the PDF content into Markdown format.
30
-
31
- Each directory represents a repository originally hosted on GitHub.
32
-
33
- If you possess any high-quality e-book resources that require conversion, you’re welcome to submit the links in an issue and we will assist with the PDF-to-Markdown extraction.
34
-
35
- Our goal is to convert more high-quality knowledge data into AI-ready data.
36
-
37
- ## Output File Structure Documentation (Based on MinerU2 vlm, [Output File Structure](https://github.com/opendatalab/MinerU/blob/master/docs/output_file_en_us.md))
38
-
39
-
40
- ### 1. Markdown Files and Images
41
- - **File Type**: `.md` file + `images/` folder
42
- - **Description**: Final result of PDF to Markdown conversion
43
- - **Content**: Document text content and image references
44
-
45
- ### 2. Model Output File
46
- - **Filename**: `model_output.txt`
47
- - **Description**: Intermediate inference data from VLM model
48
- - **Content**: Model's visual understanding results of pages
49
-
50
- ### 3. Intermediate Processing File
51
- - **Filename**: `middle.json`
52
- - **Description**: Processed result from `model_output.txt`
53
- - **Content**: Contains position information of text, images, formulas, tables, etc. in PDF
54
-
55
- ### 4. Content List File
56
- - **Filename**: `content_list.json`
57
- - **Description**: Final result converted from `middle.json`
58
- - **Content**: Document conversion results segmented by elements, including page information
 
25
  </p>
26
  </div>
27
 
28
+ Project repo: https://github.com/OpenDataLab/awesome-markdown-ebooks