You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [ ] bug report -> please search issues before submitting
- [X] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Run the preperdocs process or index a new PDF
Expected/desired behavior
Do not split PDFs into pages before processing them in Document Intelligence
OS and Version?
Windows 11
Mention any other details that might be useful
I noticed a difference in the document preparation process between this project and the Python project. The Python project does not split PDFs into pages before processing them in Document Intelligence, this makes sense because splitting into pages can lose context of paragraphs or tables across multiple pages. If you are okay with making this change in the project I could make the code and the pull request.
The text was updated successfully, but these errors were encountered:
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Expected/desired behavior
OS and Version?
Mention any other details that might be useful
I noticed a difference in the document preparation process between this project and the Python project. The Python project does not split PDFs into pages before processing them in Document Intelligence, this makes sense because splitting into pages can lose context of paragraphs or tables across multiple pages. If you are okay with making this change in the project I could make the code and the pull request.
The text was updated successfully, but these errors were encountered: