staghado commited on
Commit
64cc95d
·
verified ·
1 Parent(s): a919a15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -139,9 +139,8 @@ print(text)
139
 
140
  ## Rendering and Preprocessing Tips
141
 
142
- * Render PDFs to **PNG** or **JPEG** at a target longest dimension of **1280–1300 px**
143
  * Maintain aspect ratio to preserve text geometry
144
- * LightOnOCR is robust to moderate skew; heavy rotation correction is optional
145
  * Use one image per page; batching supported by vLLM
146
 
147
  ---
 
139
 
140
  ## Rendering and Preprocessing Tips
141
 
142
+ * Render PDFs to **PNG** or **JPEG** at a target longest dimension of **1540px**
143
  * Maintain aspect ratio to preserve text geometry
 
144
  * Use one image per page; batching supported by vLLM
145
 
146
  ---