Omkar Pathak
Omkar Pathak
@rostow thanks for the feedback. You can open a Pull Request if you are interested in contributing :smile:
@SamithaDilan yes
Please resolve conflicts to merge your changes
I didn't exactly get the issue. Can you please elaborate?
@mady143 can you also please provide your HTML where your form component is used
@mady143 you can refer [this](https://flask.palletsprojects.com/en/1.1.x/patterns/fileuploads/) for the same
@mady143 for solving the file path issue, you are only extracting `file.filename` which gives you ONLY the file name WITHOUT the path. First, try to open your pdf file directly....
> Hi @OmkarPathak , > > while writing > pdfFileObj = open(resume_file, 'rb') this line getting an error > > TypeError: stat: path should be string, bytes, os.PathLike or integer,...
@mady143 yes it is very difficult to parse experience and company names. The model that we have trained is not yet accurate in extracting these entities. If you want, you...
@mady143 > okay how to train the model There are these two files: [train](https://github.com/OmkarPathak/pyresparser/blob/master/pyresparser/custom_train.py) and [test](https://github.com/OmkarPathak/pyresparser/blob/master/pyresparser/custom_t.py). Your training data should be in the format like [this](https://github.com/OmkarPathak/pyresparser/blob/master/pyresparser/traindata.json) > also i was...