Commit Graph

244 Commits

Author SHA1 Message Date
perf3ct 79b37ea473
fix(client): resolve issues with showing user settings on debug pge 2025-07-15 16:20:30 +00:00
perf3ct 564c564613
feat(ocr): use ocrmypdf and pdftotext to get OCR layer if it already exists 2025-07-15 15:59:29 +00:00
perf3ct 3df5b5ef1d
fix(client): also resolve missing thumbnails 2025-07-15 15:57:14 +00:00
perf3ct 549c2f8a16
feat(dev): drop pdf_extract in favor of ocrmypdf 2025-07-15 14:50:17 +00:00
perf3ct a393bd030f
fix(tests): resolve issues in integration tests for the new multiple ocr languages 2025-07-14 21:28:55 +00:00
perf3ct fd152acb91
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 9d9488954c
feat(lang): update backend to support multiple languages at the same time during OCR 2025-07-14 19:33:43 +00:00
Jon Fuller 8edc4759f1
Merge branch 'main' into feat/multiple-ocr-languages 2025-07-14 11:29:46 -07:00
perf3ct b68c20e9d6
feat(dev): update references of readur to newer versions 2025-07-14 17:17:24 +00:00
perf3ct 9c051b6f55
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 1d7d1b8813
fix(tests): resolve some broken e2e tests? 2025-07-14 01:39:30 +00:00
perf3ct b048cfecee
fix(tests): resolve issue in compilation of tests due to multiple ocr languages 2025-07-13 17:26:06 +00:00
perf3ct 5671038bd1
fix(dev): merge main into feature 2025-07-13 17:15:59 +00:00
perf3ct 637ab076c0
fix(tests): fix urls used in test 2025-07-12 23:27:27 +00:00
perf3ct 28f4a2370d
fix(webdav): fix incorrect concatenation logic when building URLs 2025-07-12 23:26:19 +00:00
perf3ct f79b3647e6
fix(webdav): make sure to normalize URL for double slashes, trailing slashes, etc. 2025-07-12 23:15:14 +00:00
perfectra1n 895c43fc61 feat(client): add new frontend page for admins to view running config settings 2025-07-12 14:06:09 -07:00
perfectra1n cd358f63f2 fix(upload): resolve issue with Axum not having config values set 2025-07-12 14:04:54 -07:00
perf3ct e23d620a38
feat(server): rename queue-failed endpoint 2025-07-11 21:28:23 +00:00
perf3ct f18696d4f8
feat(server): gracefully manage requeue requests for the same document 2025-07-11 21:27:12 +00:00
perf3ct 40740634de
fix(server): don't log usernames to log file, I guess 2025-07-11 20:05:56 +00:00
perf3ct e5ae013ef4
fix(tests): also resolve document struct in this unit test 2025-07-11 17:50:49 +00:00
perf3ct bddc86694b
feat(tests): do tests pass now? 2025-07-11 00:39:12 +00:00
perf3ct 0b9eaedf59
feat(server): implement unit tests for source metadata extraction 2025-07-10 22:02:41 +00:00
perf3ct 59b4eb170c
feat(server): show source metadata EVEN better 2025-07-10 21:51:30 +00:00
perf3ct 4c4a593a1e
feat(server): show source metadata better, and implement tests 2025-07-10 21:40:16 +00:00
perf3ct c4c0bc3295
feat(server): updating the watcher.rs file to preserve source metadata 2025-07-10 21:18:08 +00:00
perf3ct 42bdda9476
feat(client): show new file metadata fields on the client 2025-07-10 21:07:35 +00:00
perf3ct db41b15609
feat(client): show more fields for Documents 2025-07-10 21:02:15 +00:00
perf3ct c90c7201e5
feat(server/client): make sure that the documents endpoint isn't broken 2025-07-10 19:57:25 +00:00
perf3ct c3af038f02
fix(tests): no way, all the integration tests pass now 2025-07-10 01:38:55 +00:00
perf3ct 22e196d554
fix(tests): resolve integration test response format 2025-07-09 20:10:36 +00:00
perf3ct 43248374f1
fix(server/client): rename document_id to id in DocumentUploadResponse, again 2025-07-09 01:40:50 +00:00
perf3ct ea94dff8ba
fix(stats): create new get_queue_statistics function to avoid conflicts 2025-07-09 00:27:43 +00:00
perf3ct 9846ea67cb
debug(tests): add some debug lines to see why CI is upset 2025-07-08 22:32:32 +00:00
perf3ct 36b5330622
fix(stats): try to fix the stats extraction, again 2025-07-08 21:18:21 +00:00
perf3ct 8b1cf027a3
fix(server): resolve incorrect document failure titles 2025-07-08 20:24:52 +00:00
perf3ct bb2bf890d3
fix(stats): try to fix stats export, again again again 2025-07-08 20:21:46 +00:00
perf3ct f17b610501
fix(stats): try to fix stats export, again again 2025-07-08 20:16:33 +00:00
perf3ct d51d1f1c78
fix(stats): try to fix stats export, again 2025-07-08 20:03:55 +00:00
perf3ct 05a0355796
fix(tests): fix the crazy metrics collection issue 2025-07-08 16:52:23 +00:00
perf3ct 7d48480cd6
fix(tests): and resolve missing endpoint 2025-07-08 04:37:33 +00:00
perf3ct 72ad31453f
debug(tests): add some debug lines to see why CI is upset 2025-07-08 00:03:30 +00:00
perf3ct bf2162ad89
fix(web_upload): resolve issue that caused files that were uploaded via the web, to not be added to the queue 2025-07-07 19:28:08 +00:00
perf3ct 2a68c0a066
feat(server): implement better error checking for sources 2025-07-07 19:10:45 +00:00
perf3ct ab610bc33f
feat(webdav): resolve failing etag unit tests 2025-07-05 21:16:15 +00:00
perf3ct b184f0f68f
feat(webdav): resolve failing etag unit tests 2025-07-05 19:47:21 +00:00
perf3ct 7c9b29676c
feat(tests): move integration and unit tests to correct locations 2025-07-04 19:37:43 +00:00
perf3ct fd26e1a0ae
fix(tests): binary and tests at least compile now 2025-07-04 19:07:53 +00:00
Jon Fuller 8c17578c8f
Merge pull request #96 from readur/feat/deduplicate-test-utils-1
feat(tests): deduplicate test functionalities
2025-07-04 09:12:40 -07:00