File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4646 <!-- Prefetch models for faster loading (especially the L one) -->
4747 < link
4848 rel ="prefetch "
49- href ="https://us-beautiful-space.nyc3.digitaloceanspaces.com/commonforms/FFDNet-S.onnx "
49+ href ="https://us-beautiful-space.nyc3.cdn. digitaloceanspaces.com/commonforms/FFDNet-S.onnx "
5050 as ="fetch "
5151 crossorigin ="anonymous "
5252 />
5858 />
5959 < link
6060 rel ="prefetch "
61- href ="https://us-beautiful-space.nyc3.digitaloceanspaces.com/commonforms/cerfa_14571-05_LONG_SEJOUR_EN.pdf "
61+ href ="https://us-beautiful-space.nyc3.cdn. digitaloceanspaces.com/commonforms/cerfa_14571-05_LONG_SEJOUR_EN.pdf "
6262 as ="fetch "
6363 crossorigin ="anonymous "
6464 />
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pdfjsLib.GlobalWorkerOptions.workerSrc = `https://cdn.jsdelivr.net/npm/pdfjs-dis
1717ort . env . wasm . wasmPaths = "https://cdn.jsdelivr.net/npm/onnxruntime-web@1.23.0/dist/" ;
1818
1919const MODEL_URLS : Record < ModelType , string > = {
20- "FFDNet-S" : "https://us-beautiful-space.nyc3.digitaloceanspaces.com/commonforms/FFDNet-S.onnx" ,
20+ "FFDNet-S" : "https://us-beautiful-space.nyc3.cdn. digitaloceanspaces.com/commonforms/FFDNet-S.onnx" ,
2121 "FFDNet-L" : "https://huggingface.co/jbarrow/FFDNet-L-cpu/resolve/main/FFDNet-L.onnx" ,
2222} ;
2323
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ interface ProcessingStepsProps {
1313}
1414
1515const EXAMPLE_PDF = {
16- URL : "https://us-beautiful-space.nyc3.digitaloceanspaces.com/commonforms/cerfa_14571-05_LONG_SEJOUR_EN.pdf" ,
16+ URL : "https://us-beautiful-space.nyc3.cdn. digitaloceanspaces.com/commonforms/cerfa_14571-05_LONG_SEJOUR_EN.pdf" ,
1717 FILENAME : "cerfa_14571-05_LONG_SEJOUR_EN.pdf" ,
1818} ;
1919
You can’t perform that action at this time.
0 commit comments