02alexander commited on
Commit
ccf3b1b
1 Parent(s): b8aefb1

fix descriptiong

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -64,8 +64,9 @@ def log_to_rr(file_path: Path):
64
  print("done")
65
 
66
  DESCRIPTION = """
 
67
  This space demonstrates the ability to visualize and verify the document layout analysis and text detection using [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR).
68
- The [PP-Structure](https://github.com/PaddlePaddle/PaddleOCR/tree/main/ppstructure) used for this task, which is an intelligent document analysis system developed by the PaddleOCR team, which aims to help developers better complete tasks related to document understanding such as layout analysis and table recognition.
69
  """
70
 
71
  with gr.Blocks() as demo:
 
64
  print("done")
65
 
66
  DESCRIPTION = """
67
+ ## PaddleOCR with [Rerun](https://rerun.io/) for visualization
68
  This space demonstrates the ability to visualize and verify the document layout analysis and text detection using [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR).
69
+ The [PP-Structure](https://github.com/PaddlePaddle/PaddleOCR/tree/main/ppstructure) used for this task, is an intelligent document analysis system developed by the PaddleOCR team, aims to help developers better complete tasks related to document understanding such as layout analysis and table recognition.
70
  """
71
 
72
  with gr.Blocks() as demo: