Comment by mkagenius 12 hours ago Can split and feed? 6 comments mkagenius Reply throwaw12 12 hours ago that's difficult as well, how do you k ow where to split? johndough 11 hours ago There are models specifically for splitting an image into text regions, e.g. PP-DocLayoutV3 https://huggingface.co/PaddlePaddle/PP-DocLayoutV3I 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-doclayoutv3Another recent model for this task is Unlimited-OCR: https://github.com/baidu/Unlimited-OCR kgwgk 11 hours ago Text is often written as separate lines (and paragraphs) at least in some languages. wongarsu 11 hours ago Let the model do the splitting. A 800x800px image should be enough to make those decisions grog454 12 hours ago Overlap the splits? vrganj 12 hours ago Presumably a small cheap model could do that part?
throwaw12 12 hours ago that's difficult as well, how do you k ow where to split? johndough 11 hours ago There are models specifically for splitting an image into text regions, e.g. PP-DocLayoutV3 https://huggingface.co/PaddlePaddle/PP-DocLayoutV3I 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-doclayoutv3Another recent model for this task is Unlimited-OCR: https://github.com/baidu/Unlimited-OCR kgwgk 11 hours ago Text is often written as separate lines (and paragraphs) at least in some languages. wongarsu 11 hours ago Let the model do the splitting. A 800x800px image should be enough to make those decisions grog454 12 hours ago Overlap the splits? vrganj 12 hours ago Presumably a small cheap model could do that part?
johndough 11 hours ago There are models specifically for splitting an image into text regions, e.g. PP-DocLayoutV3 https://huggingface.co/PaddlePaddle/PP-DocLayoutV3I 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-doclayoutv3Another recent model for this task is Unlimited-OCR: https://github.com/baidu/Unlimited-OCR
kgwgk 11 hours ago Text is often written as separate lines (and paragraphs) at least in some languages.
wongarsu 11 hours ago Let the model do the splitting. A 800x800px image should be enough to make those decisions
that's difficult as well, how do you k ow where to split?
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
Text is often written as separate lines (and paragraphs) at least in some languages.
Let the model do the splitting. A 800x800px image should be enough to make those decisions
Overlap the splits?
Presumably a small cheap model could do that part?