layout-parser icon indicating copy to clipboard operation
layout-parser copied to clipboard

A Unified Toolkit for Deep Learning Based Document Image Analysis

Results 118 layout-parser issues
Sort by recently updated
recently updated
newest added

Hi , I am trying to detect the tables inside PDF and the trying to parse the table without changing the positions. I am able to detect the table as...

bug

I'm trying to run a Docker file and install layoutparser using the following pip command RUN pip3 install layoutparser torchvision && pip install "git+https://github.com/facebookresearch/[email protected]#egg=detectron2" I get the following error message...

bug

Hi, Thanks for your library. I have below screenshot with headers and text, is there any way to get the heading together with text. ![output](https://user-images.githubusercontent.com/46083296/138878743-04a5b7f4-9abb-4ddc-9366-457477bf5a04.jpg)

bug

**Describe the bug** Exe file keeps throwing an error AttributeError: module layoutparser has no attribute Detectron2LayoutModel. Python file works fine on virtualenv when trying to run. **Checklist** 1. I have...

bug

**Describe the bug** I'm trying to use Paddle model: `model = lp.AutoLayoutModel("lp://paddledetection/TableBank/ppyolov2_r50vd_dcn_365e")` I'm getting an error: `ImportError: PaddleDetectionLayoutModel requires the PaddlePaddle library but it was not found in your environment....

bug

Hi, first I would like to thank you for this amazing project , I am asking if you could provide some details about how can I run the ocr table...

documentation

Example, ``` lp.AutoLayoutModel("lp://detectron1/PubLayNet") --> returns None ```

bug

**Motivation** Support for Amazon Textract in ocr **Related resources** https://docs.aws.amazon.com/textract/latest/dg/API_DetectDocumentText.html