Mathie01
Mathie01
Hello ! I have a summary on a PDF that looks like this:  Problem, when I convert the PDF to docx, I get :  The PDF file :...
**Is your feature request related to a problem? Please describe.** When I try to enter a date manually in Input, I am forced to enter the `/`. This poses a...
Hello ! Sometimes the text limit overflows outside the margins! Example on this PDF: [manuel.pdf](https://github.com/dothinking/pdf2docx/files/9690243/manuel.pdf) Image by activating the text boundary :  Result expected :  Maybe a bug...
Hello, I have a large PDF but the last few pages take a long time to run. Here is the PDF: [manuel.pdf](https://github.com/dothinking/pdf2docx/files/9690198/manuel.pdf) Example page 285 :  On the final...
### Is there an existing issue or pull request for this? - [X] I have searched the existing issues and pull requests ### Feature description The problem is that the...
### Bug description When I do a full-text search using _relevance, the filter is not taken into account. Code : ``` prisma.drugRepository.findMany({ take: 10, orderBy: { _relevance: { fields: 'libelleCourt',...