Tamilselvan K

Results 21 comments of Tamilselvan K

> python setup.py develop File "D:\gfpgan\setup.py", line 65, in write_version_py with open(version_file, 'w') as f: FileNotFoundError: [Errno 2] No such file or directory: 'gfpgan/version.py' version.py file where ?

> > python setup.py develop > > File "D:\gfpgan\setup.py", line 65, in write_version_py with open(version_file, 'w') as f: FileNotFoundError: [Errno 2] No such file or directory: 'gfpgan/version.py' version.py file where...

@xuebinqin hi bro.. here is my file ``` import os from skimage import io, transform from skimage.filters import gaussian import torch import torchvision from torch.autograd import Variable import torch.nn as...

@nn-Nikita can u update the code here, how u fine tune the layoutlmv3 on funsd and save the model ? thx in advance :)

> hi, did you find a solution please? Nope :)

> I fixed this issue, like identified the null cell and replace the value with "Null" what ocr used for this ? In easy ocr extraction of words get worst...

> Yeah we can maybe align the y-coords between line elements (words) and add some small horizontal default padding between detections CC @odulcy-mindee how to change the font_family ? @felixdittrich92

> ``` > result.synthesize(font_family="XYZ") > > under the hood calls PIL: > font = ImageFont.truetype(font_family, font_size) > ``` ``` synthetic_pages = result.synthesize(font_family='Arial.ttf', font_size=13) plt.imshow(synthetic_pages[0]); plt.axis('off'); plt.show() ``` same warning even...

> > > ``` > > > result.synthesize(font_family="XYZ") > > > > > > under the hood calls PIL: > > > font = ImageFont.truetype(font_family, font_size) > > > ```...

see the below input and output results.. result image quality is very poor.. pixels were broken @felixdittrich92 input image..(1240 x 1754) 158.44kb ![input](https://github.com/mindee/doctr/assets/99823984/d56b1f3f-da53-4752-8e59-ab7fc2bc0b77) result image..(1907 x 965) 46kb ![Figure_1](https://github.com/mindee/doctr/assets/99823984/971d87b2-ba17-4e64-9ac5-24ca2a158cb2)