|
| ▲ | johndough 8 hours ago | parent | next [-] |
| There are models specifically for splitting an image into text regions, e.g. PP-DocLayoutV3 https://huggingface.co/PaddlePaddle/PP-DocLayoutV3 I am using a stripped-down minimal version of it which I uploaded here, since I am not a fan of huge dependency trees: https://github.com/99991/simple-pp-doclayoutv3 Another recent model for this task is Unlimited-OCR: https://github.com/baidu/Unlimited-OCR |
|
| ▲ | kgwgk 8 hours ago | parent | prev | next [-] |
| Text is often written as separate lines (and paragraphs) at least in some languages. |
|
| ▲ | wongarsu 8 hours ago | parent | prev | next [-] |
| Let the model do the splitting. A 800x800px image should be enough to make those decisions |
|
| ▲ | grog454 8 hours ago | parent | prev | next [-] |
| Overlap the splits? |
|
| ▲ | vrganj 9 hours ago | parent | prev [-] |
| Presumably a small cheap model could do that part? |