JaMe76 commited on
Commit
94f763b
·
1 Parent(s): b210eb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -247,9 +247,9 @@ 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: 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():
 
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: 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():