layout-parser
layout-parser copied to clipboard
A Unified Toolkit for Deep Learning Based Document Image Analysis
**Describe the bug** When using Python 3.9, it might fail to download the model files and eject the following errors: ``` ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get...
I have a lot of documents where line spacing is bigger than normal. Actually a lot of construction documents have this. So the paragraphs and titles are recognised very badly....
Hi there! Layout Parser is very cool! At [Hugging Face](hf.co) we are collaborating with open source libraries in the ecosystem such as [spaCy](https://huggingface.co/spacy), [Sentence Transformers](https://huggingface.co/blog/sentence-transformers-in-the-hub), Timm, ESPNet, and [more](https://huggingface.co/docs/hub/libraries) in...
**Motivation** In order to ease the installation for Windows users (i.e. [avoid installing Detectron2 to use pre-trained models](https://github.com/Layout-Parser/layout-parser/blob/master/installation.md#for-windows-users)), why not converting the Detectron2 models to ONNX for use? It would...
Hi everyone! Thanks for developing this package. It was quite impressive to see the work you guys have achieved. I have a lot of fun when I was messed around...
**Describe the bug** When downloading the config.yaml or model_final.pth of a new (to user) model, the program often hangs. **To Reproduce** Steps to reproduce the behavior: 1. What command or...
If I follow the installation steps currently in the README, I get the following from the last `pip` command (i.e. when installing `layout-parser` a second time, after installing detectron2): ```...
`box.crop_image(image)` doesn't support for PIL images. Current method requires manual conversion `box.crop_image(np.array(image))` beforehand.
**Describe the bug** When the input sequence is ordered differently from the element ids, the `lp.draw_box` will create inconsistent id annotation in the visualization. **To Reproduce** Example: ``` background =...