-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add ability for user to specify their docling server (#263)
* feat: add ability for user to specify their docling server * Fixed bugs, improved compatibility, adjusted backend, and enhanced UI (#264) * chore: ensure that the 4 processing methods are displayed on the same line * chore: reduce the height of the file selection component to avoid squeezing others * feat: Don't return pictures in base64 format within Markdown. We don't need it * chore: bugfix, We need the backend to send requests instead of sending them directly from the frontend. * choer: be compatible with the backslash in the URL * chore: bugfix, To be precise, it's to be compatible with a bug in the return value of docling-serve * fix: dont return error json if hosted docling server doesnt work --------- Co-authored-by: plpycoin <103234125+plpycoin@users.noreply.github.com>
- Loading branch information
1 parent
242ae05
commit e48aea4
Showing
3 changed files
with
164 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters