PSynx commited on
Commit
c6fe3cd
·
verified ·
1 Parent(s): 9fdd21f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -68,11 +68,15 @@ for page in result.pages:
68
  result.save("output.json")
69
  ```
70
 
71
- ## Example Output
72
 
73
- Here is an example of the model's output on a sample document:
74
 
75
- ![Sample Detection Output](sample_output.jpg)
 
 
 
 
76
 
77
  ## References
78
  *CommonForms: A Large, Diverse Dataset for Form Field Detection*
 
68
  result.save("output.json")
69
  ```
70
 
71
+ ## Example Input and Output
72
 
73
+ Here is an example of a document before and after widget detection:
74
 
75
+ **Input Document:**
76
+ ![Input Image](006b4939d67f3f1f190092be507996e5058c27f7bfbecb2e1d35ab665a0a658a.png)
77
+
78
+ **Detection Output:**
79
+ ![Output Image](image.webp)
80
 
81
  ## References
82
  *CommonForms: A Large, Diverse Dataset for Form Field Detection*