Pier-Jean Malandrino
fdbab2f49e
feat: add Karate UI e2e tests with data-e2e selectors ( #124 )
...
- Add e2e/ui/ as peer project to e2e/api/ (own pom.xml, runner, config)
- 5 critical UI journeys: upload, delete, analysis, batch-progress, rechunk
- 4 local-only tests: sidebar, i18n, error-states, pipeline-options
- 1 full happy path workflow covering all modes
- Add data-e2e attributes on all tested Vue components (decoupled from CSS)
- Add CONVENTIONS.md with 7 golden rules for writing Karate UI tests
- Update CI with dedicated e2e-ui job (Chrome headless, --no-sandbox)
- Update docs/contributing.md with UI test instructions
Closes #124
2026-04-08 17:53:52 +02:00
Pier-Jean Malandrino
09c5e5e89f
Replace architecture diagram with new global/docker schemas
2026-04-05 10:53:21 +02:00
Pier-Jean Malandrino
36be9027c1
Document infra layer, feature flags, rate limiting, analysis lifecycle, local vs remote modes
2026-04-05 10:45:25 +02:00
Pier-Jean Malandrino
3bbff10d1a
Add chunking options and missing env vars to getting-started docs
2026-04-05 10:45:21 +02:00
Pier-Jean Malandrino
ff7010bd6b
Add missing features to docs index (chunking, feature flags, rate limiting, deployment modes)
2026-04-05 10:45:17 +02:00
Pier-Jean Malandrino
18316f513e
Fix Docker image tag in docs quick start (latest → latest-local)
2026-04-05 10:25:57 +02:00
Pier-Jean Malandrino
ab6d42aecd
Move bbox.py from domain/ to infra/ and unify coordinate logic
...
domain/ must be pure with no external dependencies. bbox.py imports
docling_core and belongs in infra/. Also refactor ServeConverter to
use the canonical to_topleft_list via BoundingBox instead of
duplicated manual coordinate conversion. Move docling-core to base
requirements since it is now needed in both modes.
2026-04-03 13:17:26 +02:00
Pier-Jean Malandrino
48b7d5d3e8
Use CPU-only torch in local image to reduce size from 5.8GB to 1.9GB
...
Install torch and torchvision from the CPU-only index before docling
to avoid pulling CUDA/nvidia/triton dependencies. Update documentation
with measured image sizes (270MB remote, 1.9GB local).
2026-04-03 09:52:22 +02:00
Pier-Jean Malandrino
aa7c539cc3
Update documentation for remote/local image variants
...
Reflect the two Docker targets across README, getting-started,
contributing guides, and .env.example with new configuration
variables (CONVERSION_ENGINE, DOCLING_SERVE_URL, DOCLING_SERVE_API_KEY).
2026-04-03 09:24:41 +02:00
Pier-Jean Malandrino
1331582e22
Update logo with final version
2026-04-02 17:28:22 +02:00
Pier-Jean Malandrino
d22f2e973e
Add GIF in README
2026-03-23 10:55:54 +01:00
Pier-Jean Malandrino
c2aeec3092
Add live documentaiton and change architecture diagram
2026-03-23 09:51:03 +01:00
Pier-Jean Malandrino
e2fe935b63
Build true detailed documentaiton
2026-03-22 08:56:00 +01:00
pjmalandrino
7bb4f8e298
Split the results of OCR
2026-03-20 21:45:26 +01:00
pjmalandrino
2e1518d26d
Update documentation
2026-03-20 17:41:17 +01:00
pjmalandrino
ac1b68ac18
Final fixes before first release
2026-03-17 17:09:34 +01:00
pjmalandrino
50ba1d43dd
Make a nex project base, managing new Docling version
2026-03-17 08:43:00 +01:00
pjmalandrino
4d998251a9
Adapt gitignore
2025-05-30 10:17:47 +02:00