Yiming Qian commited on
Commit
43c7473
·
verified ·
1 Parent(s): 356589e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -9,7 +9,6 @@ It is a model based on quantized LLAMA 3 8B. The goal of this model is designed
9
 
10
  Please use the following code to parse PDF.
11
 
12
- '''
13
  import pymupdf
14
  from bs4 import BeautifulSoup
15
  import pickle
@@ -125,6 +124,5 @@ for j in range(len(merged_elements)):
125
  main_file = filename[:-4]+'.md'
126
  with open(main_file, "w") as f:
127
  f.write(markdown_text)
128
- '''
129
 
130
 
 
9
 
10
  Please use the following code to parse PDF.
11
 
 
12
  import pymupdf
13
  from bs4 import BeautifulSoup
14
  import pickle
 
124
  main_file = filename[:-4]+'.md'
125
  with open(main_file, "w") as f:
126
  f.write(markdown_text)
 
127
 
128