perf3ct
|
d0d3aab859
|
feat(tests): use test context instead of direct database
|
2025-07-17 17:35:29 +00:00 |
perf3ct
|
089d6c2853
|
fix(tests): resolve issues in unit tests due to dep changes
|
2025-07-17 16:09:10 +00:00 |
Jon Fuller
|
9c9b670c9f
|
Update test-e2e.yml
|
2025-07-16 17:09:01 -07:00 |
Jon Fuller
|
8e8bb85cf9
|
Update test-unit.yml
|
2025-07-16 17:06:48 -07:00 |
Jon Fuller
|
e2da51276b
|
Update test-integration.yml
|
2025-07-16 17:06:01 -07:00 |
perf3ct
|
0e925279ba
|
fix(tests): skip these few e2e tests for now
|
2025-07-16 20:46:48 +00:00 |
perf3ct
|
7c4f0ba706
|
fix(tests): even more tests pass now, just need to fix this last 1
|
2025-07-16 19:52:17 +00:00 |
perf3ct
|
20300286ef
|
fix(tests): even more tests pass now, just need to fix these last 2
|
2025-07-16 03:57:31 +00:00 |
perf3ct
|
761cb752be
|
fix(tests): even more tests pass now, just need to fix these last 3
|
2025-07-15 22:22:20 +00:00 |
perf3ct
|
49faaefc21
|
fix(tests): remove annoying output from e2e tests, add test for new Source page functionality
|
2025-07-15 20:44:59 +00:00 |
perf3ct
|
80f40ec3d2
|
fix(client): resolve themeing issue in "watch" folder page
|
2025-07-15 20:44:26 +00:00 |
perf3ct
|
5a79f9676e
|
feat(client): on sources page, have new modal for sync that asks user what kind of sync they would like to run
asdf
|
2025-07-15 20:43:59 +00:00 |
perf3ct
|
c903c3d3cf
|
fix(client): update the LanguageSelector colors for the upload page
|
2025-07-15 19:08:13 +00:00 |
perf3ct
|
e20c4df1a2
|
feat(client): resolve language selector on upload page
|
2025-07-15 17:12:36 +00:00 |
perf3ct
|
03bb4bf87d
|
fix(client): resolve issues with showing user settings on debug pge
|
2025-07-15 16:20:30 +00:00 |
perf3ct
|
30d1f9b949
|
feat(client): make a fancy navbar for the left side
|
2025-07-15 16:16:36 +00:00 |
perf3ct
|
66f6e73f77
|
fix(client): resolve broken Debug page
|
2025-07-15 16:11:11 +00:00 |
perf3ct
|
ccc3bc2ce4
|
feat(ocr): use ocrmypdf and pdftotext to get OCR layer if it already exists
|
2025-07-15 15:59:29 +00:00 |
perf3ct
|
901942ae74
|
fix(client): also resolve missing thumbnails
|
2025-07-15 15:57:14 +00:00 |
perf3ct
|
8e435072be
|
fix(client): actually have the delete functionality work
|
2025-07-15 15:51:30 +00:00 |
perf3ct
|
a3f33140ee
|
feat(dev): drop pdf_extract in favor of ocrmypdf
|
2025-07-15 14:50:17 +00:00 |
perf3ct
|
34d21c9401
|
fix(tests): resolve issues in integration tests for the new multiple ocr languages
|
2025-07-14 23:22:55 +00:00 |
Jon Fuller
|
ff5d881402
|
Merge pull request #77 from readur/feat/multiple-ocr-languages
feat(server/client): support multiple OCR languages
|
2025-07-14 14:46:37 -07:00 |
perf3ct
|
22653925b0
|
fix(tests): resolve issues in integration tests for the new multiple ocr languages
|
2025-07-14 21:45:50 +00:00 |
perf3ct
|
d1f95bc7ad
|
feat(document_details): add "expand" to OCR text box
|
2025-07-14 21:44:29 +00:00 |
perf3ct
|
862eb3217a
|
fix(tests): resolve issues in integration tests for the new multiple ocr languages
|
2025-07-14 21:28:55 +00:00 |
perf3ct
|
686596481c
|
fix(migrations): resolve new broken migration for multiple ocr languages
|
2025-07-14 20:52:42 +00:00 |
perf3ct
|
6bbf09e336
|
feat(lang): implement tests for this updated language selection
|
2025-07-14 20:46:51 +00:00 |
perf3ct
|
3999eb0b1e
|
feat(lang): update endpoints for ocr along with updating tests
|
2025-07-14 20:00:38 +00:00 |
perf3ct
|
bd3f35cf38
|
feat(lang): create frontend components to support multiple ocr languages
|
2025-07-14 19:45:35 +00:00 |
perf3ct
|
7317fd5ebb
|
Merge branch 'feat/multiple-ocr-languages' of https://github.com/readur/readur into feat/multiple-ocr-languages
|
2025-07-14 19:33:51 +00:00 |
perf3ct
|
849c9f91c7
|
feat(lang): update backend to support multiple languages at the same time during OCR
|
2025-07-14 19:33:43 +00:00 |
Jon Fuller
|
f0e39d155e
|
Merge branch 'main' into feat/multiple-ocr-languages
|
2025-07-14 11:29:46 -07:00 |
perf3ct
|
721a348888
|
feat(dev): update references of readur to newer versions
|
2025-07-14 17:17:24 +00:00 |
perf3ct
|
6165148e4d
|
feat(ocr): gracefully handle problematic PDFs in all the ways, create tests so that it doesn't happen again
|
2025-07-14 16:36:32 +00:00 |
perf3ct
|
dc55b2e50b
|
feat(tests): add e2e tests for multiple ocr languages
|
2025-07-14 04:26:50 +00:00 |
perf3ct
|
31791b777b
|
fix(tests): resolve some broken frontend unit tests for multiple ocr languages, might have removed too much
|
2025-07-14 04:16:01 +00:00 |
perf3ct
|
c984544106
|
fix(tests): resolve some broken frontend unit tests for multiple ocr languages
|
2025-07-14 04:01:15 +00:00 |
perf3ct
|
ba246c825b
|
fix(tests): fix broken unit tests for new ocr language feature
|
2025-07-14 02:02:46 +00:00 |
perf3ct
|
469ca29f5c
|
fix(tests): resolve some broken e2e tests?
|
2025-07-14 01:39:30 +00:00 |
Jon Fuller
|
117fd3069d
|
Merge branch 'main' into feat/multiple-ocr-languages
|
2025-07-13 18:16:07 -07:00 |
perf3ct
|
0c963a6597
|
fix(tests): resolve some broken e2e tests?
|
2025-07-14 00:31:53 +00:00 |
Jon Fuller
|
ad27d99949
|
Merge pull request #95 from readur/renovate/notify-8.x-lockfile
fix(deps): update rust crate notify to v8.1.0
|
2025-07-13 11:52:26 -07:00 |
elocinrose
|
bfa368a692
|
Merge pull request #99 from readur/renovate/tokio-1.x-lockfile
fix(deps): update rust crate tokio to v1.46.1
|
2025-07-13 11:48:51 -07:00 |
renovate[bot]
|
5c76df5595
|
fix(deps): update rust crate notify to v8.1.0
|
2025-07-13 18:48:46 +00:00 |
elocinrose
|
1eec43d349
|
Merge pull request #100 from readur/renovate/react-hook-form-7.x-lockfile
fix(deps): update dependency react-hook-form to v7.60.0
|
2025-07-13 11:48:27 -07:00 |
elocinrose
|
1b977998a1
|
Merge pull request #108 from readur/renovate/playwright-monorepo
chore(deps): update dependency @playwright/test to v1.54.1
|
2025-07-13 11:48:04 -07:00 |
elocinrose
|
c6ce2e55f8
|
Merge pull request #113 from readur/renovate/material-ui-monorepo
fix(deps): update dependency @mui/x-date-pickers to v8.8.0
|
2025-07-13 11:47:38 -07:00 |
elocinrose
|
30e3168823
|
Merge pull request #114 from readur/renovate/sysinfo-0.x
fix(deps): update rust crate sysinfo to 0.36
|
2025-07-13 11:47:10 -07:00 |
perf3ct
|
463592a5d7
|
fix(tests): resolve issue in compilation of tests due to multiple ocr languages
|
2025-07-13 18:14:43 +00:00 |