karthik87s commited on
Commit
b29107b
·
verified ·
1 Parent(s): 9a2d15e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -10
README.md CHANGED
@@ -81,16 +81,12 @@ A dense page of 99 lines takes roughly 22 s.
81
  ### About `sample.jpg`
82
 
83
  A 912×1200 café menu card, rendered synthetically in DejaVu Serif rather than
84
- photographed, so it carries no third-party image licensing. Two properties of it
85
- are worth copying if you make your own sample:
86
-
87
- - **Aspect ratio 0.76** (912/1200), matching the detector's static 608×800
88
- input. Preprocessing resizes straight to that shape without preserving
89
- aspect, so an off-ratio image is fed to the model stretched.
90
- - **Prices sit two spaces after the item name**, not right-aligned with a dot
91
- leader. DBNet does not bridge a wide intra-line gap — with right-aligned
92
- prices each row detects as two boxes (name and price separately), nearly
93
- doubling the line count and the recognition time.
94
 
95
  Recognized output, all ten lines at confidence ≥ 0.966:
96
 
 
81
  ### About `sample.jpg`
82
 
83
  A 912×1200 café menu card, rendered synthetically in DejaVu Serif rather than
84
+ photographed, so it carries no third-party image licensing.
85
+
86
+ Its width/height ratio of 0.76 matches the detector's static 608×800 input.
87
+ Preprocessing resizes straight to that shape without preserving aspect, so an
88
+ off-ratio image reaches the model stretched worth matching if you swap in your
89
+ own sample.
 
 
 
 
90
 
91
  Recognized output, all ten lines at confidence ≥ 0.966:
92