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

**Describe the bug** poetry add layoutparser Using version ^0.3.4 for layoutparser Updating dependencies Resolving dependencies... (0.0s) AssertionError at ~/.poetry/lib/poetry/mixology/incompatibility.py:111 in __str__ 107│ ) 108│ 109│ def __str__(self): 110│ if isinstance(self._cause,...

bug

I have some images that range from 1 to 5 columns. The problem is that any one above 1 column I can't extract the text in an orderly way as...

bug

**Enhancement** 🚀 The ability to handle skew document images. **Motivation** 💪 Ensuring the document image is in a straight position is beneficial for subsequent steps. **Additional context** 🧬 There is...

Hi there, thanks for the cool project! :sunglasses: **Describe the bug** I'm running into a tricky [torchvision version?] effdet/jit error when loading LayoutParserPredictor (running the [vila_for_scidoc_parsing](https://github.com/allenai/mmda/tree/54867431e33274f6b169afa6ad07a23d1795bc71/examples/vila_for_scidoc_parsing) example from [mmda](https://github.com/allenai/mmda)). **Checklist**...

bug

Alternatively is it available as a Lambda Layer?

Even something like pixel diff should be helpful, given the bug reported in #131 ..

easy to use web demo on huggingface spaces using gradio

I'vd added paddleocr model and test code. Please check whether there is anything to be modified, thx.

Add PaddleDetection layout models and PaddleOCR model

I'm getting this error when attempting to run the following lines of code: config = "lp://TableBank/faster_rcnn_R_101_FPN_3x/config" # TableBank configuration (from model zoo) model = lp.Detectron2LayoutModel(config) layout = model.detect(image) Symbol not...

bug