kalle07 commited on
Commit
1ec7a25
·
verified ·
1 Parent(s): e99f8d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ better input = better output<br>
25
  <b>&#x21e8;</b> give me a ❤️, if you like ;)<br><br>
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>
29
  I work with "<b>pdfplumber/pdfminer</b>" none OCR, so its very fast!<br>
30
  <ul style="line-height: 1.05;">
31
  <li>Works with single and multi pdf list, works with folder</li>
 
25
  <b>&#x21e8;</b> give me a ❤️, if you like ;)<br><br>
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>
29
  I work with "<b>pdfplumber/pdfminer</b>" none OCR, so its very fast!<br>
30
  <ul style="line-height: 1.05;">
31
  <li>Works with single and multi pdf list, works with folder</li>