sroie-on-layoutlm icon indicating copy to clipboard operation
sroie-on-layoutlm copied to clipboard

Results 3 sroie-on-layoutlm issues
Sort by recently updated
recently updated
newest added

I dont see the images being used. Rather it seems the fine tuning is done only on ocr extraction. Please let me know if I am missing something

Address extraction code has been commented out. What can be done to make it working?

``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () 24 if len(pos) > 0: 25 # print(define_labels(pos, sent, labels, bbox, class_value, classification)) ---> 26 sent, labels, bbox = define_labels(pos,...