Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eberhenriquez94
/
PDF_OCR
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c976171
PDF_OCR
/
frontend
/
main.js
eberhenriquez94
a
4844695
verified
4 months ago
raw
Copy download link
history
blame
Safe
125 Bytes
import
App
from
'./Index.svelte'
;
const
app =
new
App
({
target
:
document
.
getElementById
(
'app'
),
});
export
default
app;