kalle07 commited on
Commit
0a321d0
·
verified ·
1 Parent(s): 3bc61ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -35,10 +35,9 @@ I work with "<b>pdfplumber/pdfminer</b>" none OCR, so its very fast!<br>
35
  <li>Converts some common tables as json-foramt inside the txt file, readable for embedder</li>
36
  <li>Adds the absolute PAGE number to each page</li>
37
  <li>Adds the label “Chapter” for large font and/or “important” for bold font</li>
38
- <li>tested on 300 PDF files ~30000 pages</li>
39
  <li>All txt files will be created in original folder of PDF</li>
40
  <li>All previous txt files are overwritten</li>
41
- <li>aprox 5 to 20 Pages/sec - depends on complexity</li>
42
  <li>tested on 300 PDF files ~30000 pages</li>
43
  </ul>
44
  <br>
@@ -46,7 +45,6 @@ This I have created with my brain and the help of chatGPT, Iam not a coder... so
46
  It is really hard for me with GUI and the Function and in addition to compile it.<br>
47
  For the python-file you need to import missing libraries.<br>
48
  Of course there is a lot of need for optimization(save/error-handling) or the use of other parser libraries, but it's a start.
49
- the example codes process about 10-15 pages/sec.
50
  <br><br>
51
  ...
52
  <br>
 
35
  <li>Converts some common tables as json-foramt inside the txt file, readable for embedder</li>
36
  <li>Adds the absolute PAGE number to each page</li>
37
  <li>Adds the label “Chapter” for large font and/or “important” for bold font</li>
 
38
  <li>All txt files will be created in original folder of PDF</li>
39
  <li>All previous txt files are overwritten</li>
40
+ <li>aprox 5 to 20 Pages/sec - depends on complexity and system-power</li>
41
  <li>tested on 300 PDF files ~30000 pages</li>
42
  </ul>
43
  <br>
 
45
  It is really hard for me with GUI and the Function and in addition to compile it.<br>
46
  For the python-file you need to import missing libraries.<br>
47
  Of course there is a lot of need for optimization(save/error-handling) or the use of other parser libraries, but it's a start.
 
48
  <br><br>
49
  ...
50
  <br>