Luis Arias
Luis Arias
**Describe the bug** The results of extracting table information from the attached [acciona.pdf](https://github.com/Unstructured-IO/unstructured/files/14388281/acciona.pdf) file are underwhelming whereas the results of OCR via `tesseract` and `pdfminer` on the whole page are...
This PR moves the import of `rank_bm25` after it has been determined that bm25 should be used. Fixes https://github.com/getalp/wikIR/issues/1
I get the following stack trace when running `build_wikIR.py `if the `rank_bm25` dependency is not installed. Perhaps the README file for this project could be updated to remove indications as...
When attempting to use the current 3.0.1 verify-apple-id-token package in the Vercel Edge Runtime an error appears at build time related to the use of dynamic evaluation: https://nextjs.org/docs/messages/edge-dynamic-code-evaluation This PR...
`verify-apple-id-token` cannot be used in the context of Vercel's Edge Runtime because of a lack of support of dynamic code evaluation: https://nextjs.org/docs/messages/edge-dynamic-code-evaluation This issue is due to dynamic code evaluation...
Thank you so much for maintaining this repo. I was able to successfully get my new tp-link AC1300 unit up and running on my Ubuntu laptop today. I was wondering...
Hi Sergey, I have hunted down an issue in our app for the past few days and am now at a point where I have a grails project zip that...
- use javascript URL to build a safe absolute URL for comments from the comment href. Fixes: #8
I'm seeing data like the following: ```json "comments": [ { "name": "Austin Coker", "link": "https://www.linkedin.comhttps://www.linkedin.com/in/ACoAABsxgfQB76Eg2AeUe-WkFGp0HwpzjNddMi4", "comment": "I appreciate the honesty." }, ``` It seems this is the faulty line: https://github.com/linkoutapp/linkout-scraper/blob/1078ae4ef9e0c21043f0411d454092031bee51c6/lib/linkedin/linkedin.posts.with.comments.js#L79
**Describe the bug** supbase start fails **To Reproduce** Steps to reproduce the behavior: 1. Install supabase cli via yarn: `yarn add supabase --group dev` 2. Run `yarn supabase init` 3....