kalle07 commited on
Commit
836c278
·
verified ·
1 Parent(s): 1e5c486

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -149,16 +149,21 @@ option only for simple txt/tables converting:
149
  <li>fitz/PyMuPDF</li>
150
  <li>Camelot</li>
151
  </ul>
152
- Al in all you can tune a lot your code and you can manual add OCR
153
  <br><br>
154
  option all in all solution for the future:
 
155
  <li>docling - (opensource on github)</li>
156
- it give some ready to use examples, which are already pretty good, ~10-20 code-lines.<br>
 
 
157
  <a href="https://github.com/docling-project/docling/tree/main/docs/examples">https://github.com/docling-project/docling/tree/main/docs/examples</a><br>
158
  also for OCR it download automatic some models. the only thing i haven't found yet (maybe it doesn't exist) is to read out the font-type, which works very well with <b>fitz</b>, for example.
159
- <br>
160
  large option to play with many types of (UI-Based)
 
161
  <li>Parsemy PDF</li>
 
162
  <a href="https://github.com/genieincodebottle/parsemypdf">https://github.com/genieincodebottle/parsemypdf</a><br>
163
  <br>
164
 
 
149
  <li>fitz/PyMuPDF</li>
150
  <li>Camelot</li>
151
  </ul>
152
+ Al in all you can tune a lot your code and you can manual add OCR.
153
  <br><br>
154
  option all in all solution for the future:
155
+ <ul style="line-height: 1.05;">
156
  <li>docling - (opensource on github)</li>
157
+ </ul>
158
+ it give some ready to use examples, which are already pretty good, ~10-20 code-lines.
159
+ <br>
160
  <a href="https://github.com/docling-project/docling/tree/main/docs/examples">https://github.com/docling-project/docling/tree/main/docs/examples</a><br>
161
  also for OCR it download automatic some models. the only thing i haven't found yet (maybe it doesn't exist) is to read out the font-type, which works very well with <b>fitz</b>, for example.
162
+ <br><br>
163
  large option to play with many types of (UI-Based)
164
+ <ul style="line-height: 1.05;">
165
  <li>Parsemy PDF</li>
166
+ </ul>
167
  <a href="https://github.com/genieincodebottle/parsemypdf">https://github.com/genieincodebottle/parsemypdf</a><br>
168
  <br>
169