Update README.md
Browse files
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 **
|
| 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 |
---
|