Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bugs, improved compatibility, adjusted backend, and enhanced UI #264

Merged
merged 6 commits into from
Jan 7, 2025

Conversation

plpycoin
Copy link
Contributor

@plpycoin plpycoin commented Jan 5, 2025

  • Bugfixes and compatibility: Fixed issues with docling-serve return values and URL backslashes.
  • Backend request handling: Changed to backend for sending requests.
  • Markdown image format: Removed base64 images from Markdown.
  • UI adjustments: Reduced file selection component height and ensured processing methods display on one line.

@shreyashankar
Copy link
Collaborator

Excellent. Thank you!

@shreyashankar shreyashankar merged commit b21cb84 into ucbepic:doclingserver Jan 7, 2025
0 of 4 checks passed
shreyashankar added a commit that referenced this pull request Jan 7, 2025
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants