Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -248,9 +248,9 @@ with demo:
|
|
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: 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>")
|
254 |
gr.Markdown("[https://github.com/deepdoctection/deepdoctection](https://github.com/deepdoctection/deepdoctection)")
|
255 |
with gr.Box():
|
256 |
gr.Markdown("<h2><center>Upload a document and choose setting</center></h2>")
|
|
|
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: 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>")
|
254 |
gr.Markdown("[https://github.com/deepdoctection/deepdoctection](https://github.com/deepdoctection/deepdoctection)")
|
255 |
with gr.Box():
|
256 |
gr.Markdown("<h2><center>Upload a document and choose setting</center></h2>")
|