Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -247,7 +247,7 @@ with demo:
|
|
247 |
"This pipeline consists of a stack of models powered by <strong>Detectron2"
|
248 |
"</strong> for layout analysis and table recognition. OCR will be provided as well. You can process"
|
249 |
"an image or even a PDF-document. Up to nine pages can be processed. <br />")
|
250 |
-
gr.Markdown("<center>Please note
|
251 |
"When you start using deepdoctection you will get models that have been trained on less diversified data and that will perform worse. "
|
252 |
"OCR isn't open sourced either: It uses AWS Textract, which is a commercial service. Keep this in mind, before you get started with "
|
253 |
"your installation and observe dissapointing results. Thanks. </center>")
|
|
|
247 |
"This pipeline consists of a stack of models powered by <strong>Detectron2"
|
248 |
"</strong> for layout analysis and table recognition. OCR will be provided as well. You can process"
|
249 |
"an image or even a PDF-document. Up to nine pages can be processed. <br />")
|
250 |
+
gr.Markdown("<center><strong>Please note:</strong> The models for layout detection and table recognition are not open sourced. "
|
251 |
"When you start using deepdoctection you will get models that have been trained on less diversified data and that will perform worse. "
|
252 |
"OCR isn't open sourced either: It uses AWS Textract, which is a commercial service. Keep this in mind, before you get started with "
|
253 |
"your installation and observe dissapointing results. Thanks. </center>")
|