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

**Motivation** Hi everyone, thanks for this library! I've been testing it out and it's quite good. I'd like to have a feature request of displaying coordinate guidelines in `draw_text` to...

enhancement

The intersect operation always returns results, however, it is not true when two blocks are not overlapped.

bug

Hi, thank you very much for your brilliant work. I have successfully installed and run the parserlayout package on my win10. However, as I come from a non-computing/ data science...

documentation

Hi Team, I have trained custom layout parser detection 2 model and tried model.detect on cpu. It takes around 4s on 2 cores+8GB RAM. Currently 1 image is passed to...

**Describe the bug** I am getting this error ""module layoutparser has no attribute Detectron2LayoutModel"" ![Screenshot (6)](https://user-images.githubusercontent.com/63915710/190615846-6a591932-73fa-474a-825d-c7cbbf593668.png)

bug

**Describe the bug** ```python config_path, model_path = self.config_parser( config_path, model_path, allow_empty_path=True ) config_path = PathManager.get_local_path(config_path) if label_map is None: if config_path.startswith("lp://"): dataset_name = config_path.lstrip("lp://").split("/")[1] label_map = LABEL_MAP_CATALOG[dataset_name] else: label_map =...

bug

i'm trying to use detectron2 model for extraction information but i got this problem, i tried many ways but i failed to solve it, i tried to use google collab...

bug

**Describe the bug** **In union operation Second point of Note :** 2. The union of two rectangles is still a rectangle, which is the minimum covering rectangle of the two...

bug

Hello, First of all thank you for creating this interesting toolkit! I followed the installation steps but i get an error both on windows and linux. I am installing this...

bug

This PR modifies the `io.load_pdf` function to work with files as bitstreams instead of only allowing passing the filepath. This can be useful when one is dealing with files stored...