Skip to content

Commit

Permalink
Merge pull request #44 from StabRise/41-add-doctr-ocr
Browse files Browse the repository at this point in the history
Updated readme
  • Loading branch information
mykolamelnykml authored Nov 16, 2024
2 parents 7d2b4b7 + d54aa86 commit aacfd5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ It includes the following features:

## Support various OCR Engines

- [Tesseract OCR](https://github.com/tesseract-ocr/tesseract)
- [Easy OCR](https://github.com/JaidedAI/EasyOCR)
- [Surya OCR](https://github.com/VikParuchuri/surya)
- [DocTR](https://github.com/mindee/doctr)
| | Bbox level | Support GPU | Separate model for text detection | Processing time 1 page (CPU/GPU) secs | Support Handwritten Text |
|-------------------|-------------|-------------|------------------------------------|---------------------------------------|--------------------------|
| [Tesseract OCR](https://github.com/tesseract-ocr/tesseract) | character | no | no | 0.2/no | not good |
| Tesseract OCR CLI | character | no | no | 0.2/no | not good |
| [Easy OCR](https://github.com/JaidedAI/EasyOCR) | word | yes | yes | | |
| [Surya OCR](https://github.com/VikParuchuri/surya) | line | yes | yes | | |
| [DocTR](https://github.com/mindee/doctr) | word | yes | yes | | |

## Installation

Expand Down
2 changes: 1 addition & 1 deletion sparkpdf/utils/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p style="font-weight: 600; margin: 0; ">{{ key }}: {{value}}</p>
{% endfor %}
</div>
<img src="https://deidentify.online/media/filer_public/de/fe/defef052-b877-4052-a9b1-e80cc218fcf4/sparkpdflogo.png"
<img src="https://stabrise.com/media/filer_public_thumbnails/filer_public/de/31/de3156f0-386d-4b3b-ac7e-8856a38f7c1e/sparkpdflogo.png__808x214_subsampling-2.webp"
style="width: 150px; margin:20px;justify-self: end;"/>
</div>
{% block body %}
Expand Down

0 comments on commit aacfd5d

Please sign in to comment.