Aravindh commited on
Commit
4213a3a
1 Parent(s): 75601b5

doctr added

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -21,6 +21,7 @@ pip install multiocr
21
  - PaddleOCR
22
  - Aws Textract
23
  - EasyOCR
 
24
 
25
  the output for all ocr backend will be simillar
26
 
@@ -104,5 +105,7 @@ the input parameters for each ocr differs, and you can look at its respective re
104
  - [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR)
105
  - [AWS Textract](https://docs.aws.amazon.com/textract/latest/dg/what-is.html)
106
  - [EasyOCR](https://www.jaided.ai/easyocr/)
 
 
107
 
108
  **AWS Textract** will not work because it requires access_key and secret
 
21
  - PaddleOCR
22
  - Aws Textract
23
  - EasyOCR
24
+ - DocTR OCR
25
 
26
  the output for all ocr backend will be simillar
27
 
 
105
  - [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR)
106
  - [AWS Textract](https://docs.aws.amazon.com/textract/latest/dg/what-is.html)
107
  - [EasyOCR](https://www.jaided.ai/easyocr/)
108
+ - [Doctr-Ocr](https://github.com/mindee/doctr)
109
+
110
 
111
  **AWS Textract** will not work because it requires access_key and secret