JaMe76 commited on
Commit
b210eb5
·
1 Parent(s): 23469dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -247,6 +247,10 @@ 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("[https://github.com/deepdoctection/deepdoctection](https://github.com/deepdoctection/deepdoctection)")
251
  with gr.Box():
252
  gr.Markdown("<h2><center>Upload a document and choose setting</center></h2>")
 
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():
256
  gr.Markdown("<h2><center>Upload a document and choose setting</center></h2>")