layout-parser
layout-parser copied to clipboard
A Unified Toolkit for Deep Learning Based Document Image Analysis
**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...
The intersect operation always returns results, however, it is not true when two blocks are not overlapped.
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...
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"" 
**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 =...
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...
**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...
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...
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...