easy-dataset
easy-dataset copied to clipboard
Fix: local mineru with easy dataset
Change Type
- [ ] New Feature (feat)
- [x] Bug Fix (fix)
- [ ] Documentation (docs)
- [ ] Refactor (refactor)
Change Description
- Fixed an issue where text chunks were not displayed after PDF files were processed by the local
mineru-apiin theeasy-datasetapplication. - The root cause was
lib/file/text-splitter.jsincorrectly handling absolute file paths returned bymineru-local.js, leading to a "file does not exist" error. - The solution involves modifying
lib/file/text-splitter.jsto correctly identify and process absolute paths. - Removed
console.logstatements added during debugging.
Documentation Updates
- [ ] README.md
- [ ] Contribution Guide
- [ ] API Documentation (if any)
Deploy Preview for gleeful-palmier-13a6af ready!
| Name | Link |
|---|---|
| Latest commit | cc719c57b65a6d29f205674a56eb61fc17dbefd3 |
| Latest deploy log | https://app.netlify.com/projects/gleeful-palmier-13a6af/deploys/68c47e250af9ad0008428339 |
| Deploy Preview | https://deploy-preview-544--gleeful-palmier-13a6af.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
@sunpcaudio2note Hello, please submit your PR to the DEV branch first.