kalle07 commited on
Commit
c0373dd
·
verified ·
1 Parent(s): 474ebe6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -21,8 +21,8 @@ tags:
21
  better input = better output<br>
22
 
23
  <b>&#x21e8;</b> give me a ❤️, if you like ;)<br><br>
24
- ---
25
 
 
26
 
27
  Most LLM applications only convert your PDF simple to txt, nothing more, its like you save your PDF as txt file. Blocks of text that are close together are often mixed up and tables cannot be read logically.
28
  Therefore its better to convert it with some help of a <b>"Parser"</b>. The embedder can now find a better context.<br>
@@ -42,7 +42,7 @@ This I have created with my brain and the help of chatGPT, Iam not a coder... so
42
  It is really hard for me with GUI and the Function and in addition to compile it.<br>
43
  For the python-file oc you need to import missing libraries.<br>
44
  <br>
45
- ---
46
  <br>
47
  I also have a "<b>docling</b>" parser with OCR (GPU is need for fast processing), its only be a python-file, not compiled.<br>
48
  You have to download all libs, and if you start (first time) internal also OCR models are downloaded. At the moment i have prepared a kind of multi docling,
 
21
  better input = better output<br>
22
 
23
  <b>&#x21e8;</b> give me a ❤️, if you like ;)<br><br>
 
24
 
25
+ ...
26
 
27
  Most LLM applications only convert your PDF simple to txt, nothing more, its like you save your PDF as txt file. Blocks of text that are close together are often mixed up and tables cannot be read logically.
28
  Therefore its better to convert it with some help of a <b>"Parser"</b>. The embedder can now find a better context.<br>
 
42
  It is really hard for me with GUI and the Function and in addition to compile it.<br>
43
  For the python-file oc you need to import missing libraries.<br>
44
  <br>
45
+ ...
46
  <br>
47
  I also have a "<b>docling</b>" parser with OCR (GPU is need for fast processing), its only be a python-file, not compiled.<br>
48
  You have to download all libs, and if you start (first time) internal also OCR models are downloaded. At the moment i have prepared a kind of multi docling,