-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat(ocr): add OCR #5834
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
Draft
perfectra1n
wants to merge
36
commits into
main
Choose a base branch
from
feat/add-ocr-capabilities
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
feat(ocr): add OCR #5834
Changes from 19 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
c4a0219
feat(ocr): add unit tests, resolve double sent headers, and fix the w…
perfectra1n 33a5492
fix(package): referenced wrong tesseract.js lol
perfectra1n 864543e
feat(ocr): drop confidence down a little bit
perfectra1n a4adc51
fix(unit): resolve typecheck errors
perfectra1n f135622
feat(unit): ocr unit tests almost pass
perfectra1n d20b3d8
feat(unit): ocr tests almost pass...
perfectra1n 80a9182
feat(unit): ocr tests almost pass...
perfectra1n 7868ebe
fix(unit): also fix broken llm test
perfectra1n 09196c0
fix(ocr): obviously don't need this migration file anymore
perfectra1n 4b5e8d3
Update playwright.yml
perfectra1n 9029f59
feat(ocr): swap from custom table to using the blobs table, with a ne…
perfectra1n 893be24
merge main into feature branch
perfectra1n 2a8c887
fix(dev): resolve issues with pnpm-lock.yaml
perfectra1n 0298083
Merge branch 'main' into feat/add-ocr-capabilities
perfectra1n a7878dd
Merge branch 'main' into feat/add-ocr-capabilities
perfectra1n e040865
feat(ocr): add officeparser, pdf-parse, and sharp dependencies for ocr
perfectra1n 508cbea
feat(ocr): update this new migration to also add a `ocr_last_processe…
perfectra1n 6722d2d
feat(ocr): implement new language selection form
perfectra1n ca8cbf8
feat(ocr): add additional processors for OCR feature
perfectra1n 99fa5d8
Merge remote-tracking branch 'origin/main' into feat/add-ocr-capabili…
eliandoran 2adfc1d
chore(ci): remove unnecessary change
eliandoran 11e9b09
feat(ocr): basic processing of new files
eliandoran 090b175
refactor(ocr): deduplicate mime types partially
eliandoran c55aa6e
refactor(ocr): unnecessary initialization logic
eliandoran 422d318
feat(ocr): add an option to display OCR text
eliandoran 69b0973
feat(ocr): add a button to trigger an OCR manually
eliandoran f295592
fix(ocr): search error due to scoring
eliandoran 6212ea0
feat(ocr): display OCR text in search results
eliandoran 925c9c1
feat(ocr): display OCR text only in search results
eliandoran 08ca86c
chore(deps): move workspace dependencies to server
eliandoran 72cea24
feat(ocr): automatically process images
eliandoran 2cb4e5e
feat(ocr): run the image operation in the background
eliandoran 65b58c3
feat(ocr): auto-process images only if enabled in settings
eliandoran 55ac1e0
chore(ocr): improve ocr search result style
eliandoran 5ec6141
feat(ocr): filter out text based on confidence
eliandoran b9cef15
Merge remote-tracking branch 'origin/main' into feat/add-ocr-capabili…
eliandoran File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.