sionic commited on
Commit
e754453
·
verified ·
1 Parent(s): 0f87fa2

[storm-parse] 성공 2건, 실패 0건

Browse files
_storm_parse_metadata.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": 1,
3
+ "files": {
4
+ "raw/en/test-contract.pdf": {
5
+ "status": "completed",
6
+ "language": "en",
7
+ "blob_id": "035185875e49c736b40ab2a4b5e3da6173a756c3",
8
+ "job_id": "defa_d4f5c8af1689400f91cb9454130dac9b",
9
+ "processed_at": "2026-03-27T16:12:17.518010+00:00",
10
+ "page_count": 2
11
+ },
12
+ "raw/ko/test-report.pdf": {
13
+ "status": "completed",
14
+ "language": "ko",
15
+ "blob_id": "6cf7b945314b17a5ce07524c685e8c493ef77142",
16
+ "job_id": "defa_3b84fdef84df4bb480ff99cc86e80d5a",
17
+ "processed_at": "2026-03-27T16:12:17.518010+00:00",
18
+ "page_count": 2
19
+ }
20
+ },
21
+ "last_run": "2026-03-27T16:12:17.518010+00:00"
22
+ }
parsed/en/test-contract.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- Page 1 -->
2
+ Test Contract Document
3
+
4
+ This agreement is made for testing purposes.
5
+
6
+ Section 1: Terms and conditions for data parsing.
7
+
8
+ Section 2: Service level agreement details.
9
+
10
+ <!-- Page 2 -->
11
+ Section 3: Privacy and data handling policies.
12
+
13
+ All parsed results will be stored in HuggingFace.
parsed/ko/test-report.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <!-- Page 1 -->
2
+ # Test Document - Korean
3
+
4
+ This is a test PDF for Storm Parse pipeline.
5
+ Page 1: Introduction to data processing workflow.
6
+ HuggingFace to Storm Parse integration test.
7
+
8
+ <!-- Page 2 -->
9
+ Page 2: Batch processing verification.
10
+ Polling mechanism and result upload test.