layout-parser
layout-parser copied to clipboard
A Unified Toolkit for Deep Learning Based Document Image Analysis
I'm working on a set of PDFs that have different page layouts i.e. multi-column/single column+images+figures+tables. It's giving the below average results though I have tried different provided models for it....
**Describe the bug** layoutparser doens;t work well for a very well-structured CV, Am I using layoutparser in the wrong way? could you please help to check? Thanks very much. **To...
While using the library I wanted to have a feature of merging two consecutive boxes as one if the difference between their pixel height is less than a specific threshold...
Hi, Thank you very much for your brilliant work. I've just passed the first step to install the package on my Windows 10. However, I am currently stuck with the...
Hi, and thanks for your great library. I have a question: does lp library work for Persian language texts? I test it on Persian texts but it doesn't work and...
**Describe the bug** A clear and concise description of what the bug is. Internally producing an invalid argument trying to load config.yaml for the model . **To Reproduce** Steps to...
There is something wrong with running this code. Could you please help to check? Thanks very much. `import cv2 import layoutparser as lp model = lp.Detectron2LayoutModel('lp://PubLayNet/faster_rcnn_R_50_FPN_3x/config', extra_config=["MODEL.ROI_HEADS.SCORE_THRESH_TEST", 0.8], label_map={0: "text",...
**Motivation** So basically when it comes to layout Parsing of Forms and other such structured data. I have noticed that just having access to the image features of a region...
When I try to Create a Detectron2-based Layout Detection Model, I encounter the following error: ```python model = lp.Detectron2LayoutModel( 'lp://PrimaLayout/mask_rcnn_R_50_FPN_3x/config', extra_config=["MODEL.ROI_HEADS.SCORE_THRESH_TEST", 0.5], label_map={ 1: "TextRegion", 2: "ImageRegion" }) ``` Error:...