A simple NER training task with an invoice extraction dataset.
Download the Multi-layout Invoice Document Dataset (MIDD) for exmaple from this link, and put IOB to data directory
pip install -r requirements.txt
python train.py
python ner_test.py
