Upload 26 files
Browse files- output/docling/tesla docs_28-41 (1)-table-1.csv +7 -0
- output/docling/tesla docs_28-41 (1)-table-1.html +67 -0
- output/docling/tesla docs_28-41 (1)-table-2.csv +7 -0
- output/docling/tesla docs_28-41 (1)-table-2.html +67 -0
- output/docling/tesla docs_28-41 (1)-table-3.csv +9 -0
- output/docling/tesla docs_28-41 (1)-table-3.html +67 -0
- output/docling/tesla docs_28-41 (1)-table-4.csv +24 -0
- output/docling/tesla docs_28-41 (1)-table-4.html +67 -0
- output/docling/tesla docs_28-41 (1)-table-5.csv +3 -0
- output/docling/tesla docs_28-41 (1)-table-5.html +67 -0
- output/llamaparse/tesla docs_28-41 (1)-table-1.html +106 -0
- output/llamaparse/tesla docs_28-41 (1)-table-2.html +127 -0
- output/llamaparse/tesla docs_28-41 (1)-table-3.html +106 -0
- output/llamaparse/tesla docs_28-41 (1)-table-4.html +161 -0
- output/llamaparse/tesla docs_28-41 (1)-table-5.html +241 -0
- output/unstructured/tesla docs_28-41 (1)-table-1.html +66 -0
- output/unstructured/tesla docs_28-41 (1)-table-1.xlsx +0 -0
- output/unstructured/tesla docs_28-41 (1)-table-2.html +66 -0
- output/unstructured/tesla docs_28-41 (1)-table-2.xlsx +0 -0
- output/unstructured/tesla docs_28-41 (1)-table-3.html +66 -0
- output/unstructured/tesla docs_28-41 (1)-table-3.xlsx +0 -0
- output/unstructured/tesla docs_28-41 (1)-table-4.html +66 -0
- output/unstructured/tesla docs_28-41 (1)-table-4.xlsx +0 -0
- output/unstructured/tesla docs_28-41 (1)-table-5.html +66 -0
- output/unstructured/tesla docs_28-41 (1)-table-5.xlsx +0 -0
- output/unstructured/tesla docs_28-41 (1)_combined_tables.xlsx +0 -0
output/docling/tesla docs_28-41 (1)-table-1.csv
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Primary Manufacturing Facilities,Location,Owned or Leased
|
2 |
+
Gigafactory Texas,"Austin, Texas",Owned
|
3 |
+
Fremont Factory,"Fremont, California",Owned
|
4 |
+
Gigafactory Nevada,"Sparks, Nevada",Owned
|
5 |
+
Gigafactory Berlin,"Grunheide, Germany",Owned
|
6 |
+
Gigafactory Shanghai,"Shanghai, China",*
|
7 |
+
Gigafactory New York,"Buffalo, New York",Leased
|
output/docling/tesla docs_28-41 (1)-table-1.html
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Table 1 - tesla docs_28-41 (1)</title>
|
7 |
+
<style>
|
8 |
+
body {
|
9 |
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
10 |
+
margin: 20px;
|
11 |
+
background-color: #f5f5f5;
|
12 |
+
}
|
13 |
+
.container {
|
14 |
+
max-width: 1200px;
|
15 |
+
margin: 0 auto;
|
16 |
+
background: white;
|
17 |
+
padding: 20px;
|
18 |
+
border-radius: 8px;
|
19 |
+
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
20 |
+
}
|
21 |
+
h1 {
|
22 |
+
color: #333;
|
23 |
+
border-bottom: 3px solid #667eea;
|
24 |
+
padding-bottom: 10px;
|
25 |
+
}
|
26 |
+
table {
|
27 |
+
border-collapse: collapse;
|
28 |
+
width: 100%;
|
29 |
+
margin-top: 20px;
|
30 |
+
}
|
31 |
+
th {
|
32 |
+
background: #667eea;
|
33 |
+
color: white;
|
34 |
+
padding: 12px;
|
35 |
+
text-align: left;
|
36 |
+
}
|
37 |
+
td {
|
38 |
+
border: 1px solid #ddd;
|
39 |
+
padding: 10px;
|
40 |
+
}
|
41 |
+
tr:nth-child(even) {
|
42 |
+
background-color: #f9f9f9;
|
43 |
+
}
|
44 |
+
tr:hover {
|
45 |
+
background-color: #f5f5f5;
|
46 |
+
}
|
47 |
+
.stats {
|
48 |
+
background: #f8f9fa;
|
49 |
+
padding: 15px;
|
50 |
+
border-radius: 6px;
|
51 |
+
margin-bottom: 20px;
|
52 |
+
}
|
53 |
+
</style>
|
54 |
+
</head>
|
55 |
+
<body>
|
56 |
+
<div class="container">
|
57 |
+
<h1>π Table 1</h1>
|
58 |
+
<div class="stats">
|
59 |
+
<strong>Document:</strong> tesla docs_28-41 (1)<br>
|
60 |
+
<strong>Rows:</strong> 6 |
|
61 |
+
<strong>Columns:</strong> 3 |
|
62 |
+
<strong>Generated:</strong> 2025-07-02 19:26:11
|
63 |
+
</div>
|
64 |
+
<table><tbody><tr><th>Primary Manufacturing Facilities</th><th>Location</th><th>Owned or Leased</th></tr><tr><td>Gigafactory Texas</td><td>Austin, Texas</td><td>Owned</td></tr><tr><td>Fremont Factory</td><td>Fremont, California</td><td>Owned</td></tr><tr><td>Gigafactory Nevada</td><td>Sparks, Nevada</td><td>Owned</td></tr><tr><td>Gigafactory Berlin</td><td>Grunheide, Germany</td><td>Owned</td></tr><tr><td>Gigafactory Shanghai</td><td>Shanghai, China</td><td>*</td></tr><tr><td>Gigafactory New York</td><td>Buffalo, New York</td><td>Leased</td></tr></tbody></table>
|
65 |
+
</div>
|
66 |
+
</body>
|
67 |
+
</html>
|
output/docling/tesla docs_28-41 (1)-table-2.csv
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Production Location,Vehicle Model(s),Production Status
|
2 |
+
Fremont Factory,Model S / Model X Model 3 / Model Y,Active Active
|
3 |
+
Gigafactory Shanghai,Model 3 / Model Y,Active
|
4 |
+
Gigafactory Berlin,Model Y,Equipment test
|
5 |
+
Gigafactory Texas,Model Y Cybertruck,Equipment test In development
|
6 |
+
TBD,Tesla Semi,In development
|
7 |
+
TBD,Tesla Roadster,In development
|
output/docling/tesla docs_28-41 (1)-table-2.html
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Table 2 - tesla docs_28-41 (1)</title>
|
7 |
+
<style>
|
8 |
+
body {
|
9 |
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
10 |
+
margin: 20px;
|
11 |
+
background-color: #f5f5f5;
|
12 |
+
}
|
13 |
+
.container {
|
14 |
+
max-width: 1200px;
|
15 |
+
margin: 0 auto;
|
16 |
+
background: white;
|
17 |
+
padding: 20px;
|
18 |
+
border-radius: 8px;
|
19 |
+
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
20 |
+
}
|
21 |
+
h1 {
|
22 |
+
color: #333;
|
23 |
+
border-bottom: 3px solid #667eea;
|
24 |
+
padding-bottom: 10px;
|
25 |
+
}
|
26 |
+
table {
|
27 |
+
border-collapse: collapse;
|
28 |
+
width: 100%;
|
29 |
+
margin-top: 20px;
|
30 |
+
}
|
31 |
+
th {
|
32 |
+
background: #667eea;
|
33 |
+
color: white;
|
34 |
+
padding: 12px;
|
35 |
+
text-align: left;
|
36 |
+
}
|
37 |
+
td {
|
38 |
+
border: 1px solid #ddd;
|
39 |
+
padding: 10px;
|
40 |
+
}
|
41 |
+
tr:nth-child(even) {
|
42 |
+
background-color: #f9f9f9;
|
43 |
+
}
|
44 |
+
tr:hover {
|
45 |
+
background-color: #f5f5f5;
|
46 |
+
}
|
47 |
+
.stats {
|
48 |
+
background: #f8f9fa;
|
49 |
+
padding: 15px;
|
50 |
+
border-radius: 6px;
|
51 |
+
margin-bottom: 20px;
|
52 |
+
}
|
53 |
+
</style>
|
54 |
+
</head>
|
55 |
+
<body>
|
56 |
+
<div class="container">
|
57 |
+
<h1>π Table 2</h1>
|
58 |
+
<div class="stats">
|
59 |
+
<strong>Document:</strong> tesla docs_28-41 (1)<br>
|
60 |
+
<strong>Rows:</strong> 6 |
|
61 |
+
<strong>Columns:</strong> 3 |
|
62 |
+
<strong>Generated:</strong> 2025-07-02 19:26:11
|
63 |
+
</div>
|
64 |
+
<table><tbody><tr><th>Production Location</th><th>Vehicle Model(s)</th><th>Production Status</th></tr><tr><td>Fremont Factory</td><td>Model S / Model X Model 3 / Model Y</td><td>Active Active</td></tr><tr><td>Gigafactory Shanghai</td><td>Model 3 / Model Y</td><td>Active</td></tr><tr><td>Gigafactory Berlin</td><td>Model Y</td><td>Equipment test</td></tr><tr><td>Gigafactory Texas</td><td>Model Y Cybertruck</td><td>Equipment test In development</td></tr><tr><td>TBD</td><td>Tesla Semi</td><td>In development</td></tr><tr><td>TBD</td><td>Tesla Roadster</td><td>In development</td></tr></tbody></table>
|
65 |
+
</div>
|
66 |
+
</body>
|
67 |
+
</html>
|
output/docling/tesla docs_28-41 (1)-table-3.csv
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
(Dollars in millions),"Year Ended December 31,.2021","Year Ended December 31,.2020","Year Ended December 31,.2019",2021 vs. 2020 Change.$,2021 vs. 2020 Change.%,2020 vs. 2019 Change.$,2020 vs. 2019 Change.%
|
2 |
+
Automotive sales,"$ 44,125","$ 24,604","$ 19,358","$ 19,521",79%,"$ 5,246",27%
|
3 |
+
Automotive regulatory credits,"1,465","1,580",594,(115),-7%,986,166%
|
4 |
+
Automotive leasing,"1,642","1,052",869,590,56%,183,21%
|
5 |
+
Total automotive revenues,"47,232","27,236","20,821","19,996",73%,"6,415",31%
|
6 |
+
Services and other,"3,802","2,306","2,226","1,496",65%,80,4%
|
7 |
+
Total automotive & services and other segment revenue,"51,034","29,542","23,047","21,492",73%,"6,495",28%
|
8 |
+
Energy generation and storage segment revenue,"2,789","1,994","1,531",795,40%,463,30%
|
9 |
+
Total revenues,"$ 53,823","$ 31,536","$ 24,578","$ 22,287",71%,"$ 6,958",28%
|
output/docling/tesla docs_28-41 (1)-table-3.html
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Table 3 - tesla docs_28-41 (1)</title>
|
7 |
+
<style>
|
8 |
+
body {
|
9 |
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
10 |
+
margin: 20px;
|
11 |
+
background-color: #f5f5f5;
|
12 |
+
}
|
13 |
+
.container {
|
14 |
+
max-width: 1200px;
|
15 |
+
margin: 0 auto;
|
16 |
+
background: white;
|
17 |
+
padding: 20px;
|
18 |
+
border-radius: 8px;
|
19 |
+
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
20 |
+
}
|
21 |
+
h1 {
|
22 |
+
color: #333;
|
23 |
+
border-bottom: 3px solid #667eea;
|
24 |
+
padding-bottom: 10px;
|
25 |
+
}
|
26 |
+
table {
|
27 |
+
border-collapse: collapse;
|
28 |
+
width: 100%;
|
29 |
+
margin-top: 20px;
|
30 |
+
}
|
31 |
+
th {
|
32 |
+
background: #667eea;
|
33 |
+
color: white;
|
34 |
+
padding: 12px;
|
35 |
+
text-align: left;
|
36 |
+
}
|
37 |
+
td {
|
38 |
+
border: 1px solid #ddd;
|
39 |
+
padding: 10px;
|
40 |
+
}
|
41 |
+
tr:nth-child(even) {
|
42 |
+
background-color: #f9f9f9;
|
43 |
+
}
|
44 |
+
tr:hover {
|
45 |
+
background-color: #f5f5f5;
|
46 |
+
}
|
47 |
+
.stats {
|
48 |
+
background: #f8f9fa;
|
49 |
+
padding: 15px;
|
50 |
+
border-radius: 6px;
|
51 |
+
margin-bottom: 20px;
|
52 |
+
}
|
53 |
+
</style>
|
54 |
+
</head>
|
55 |
+
<body>
|
56 |
+
<div class="container">
|
57 |
+
<h1>π Table 3</h1>
|
58 |
+
<div class="stats">
|
59 |
+
<strong>Document:</strong> tesla docs_28-41 (1)<br>
|
60 |
+
<strong>Rows:</strong> 8 |
|
61 |
+
<strong>Columns:</strong> 8 |
|
62 |
+
<strong>Generated:</strong> 2025-07-02 19:26:11
|
63 |
+
</div>
|
64 |
+
<table><tbody><tr><td></td><th colspan="3">Year Ended December 31,</th><th colspan="2">2021 vs. 2020 Change</th><th colspan="2">2020 vs. 2019 Change</th></tr><tr><td>(Dollars in millions)</td><th>2021</th><th>2020</th><th>2019</th><th>$</th><th>%</th><th>$</th><th>%</th></tr><tr><th>Automotive sales</th><td>$ 44,125</td><td>$ 24,604</td><td>$ 19,358</td><td>$ 19,521</td><td>79%</td><td>$ 5,246</td><td>27%</td></tr><tr><th>Automotive regulatory credits</th><td>1,465</td><td>1,580</td><td>594</td><td>(115)</td><td>-7%</td><td>986</td><td>166%</td></tr><tr><th>Automotive leasing</th><td>1,642</td><td>1,052</td><td>869</td><td>590</td><td>56%</td><td>183</td><td>21%</td></tr><tr><th>Total automotive revenues</th><td>47,232</td><td>27,236</td><td>20,821</td><td>19,996</td><td>73%</td><td>6,415</td><td>31%</td></tr><tr><th>Services and other</th><td>3,802</td><td>2,306</td><td>2,226</td><td>1,496</td><td>65%</td><td>80</td><td>4%</td></tr><tr><th>Total automotive & services and other segment revenue</th><td>51,034</td><td>29,542</td><td>23,047</td><td>21,492</td><td>73%</td><td>6,495</td><td>28%</td></tr><tr><th>Energy generation and storage segment revenue</th><td>2,789</td><td>1,994</td><td>1,531</td><td>795</td><td>40%</td><td>463</td><td>30%</td></tr><tr><th>Total revenues</th><td>$ 53,823</td><td>$ 31,536</td><td>$ 24,578</td><td>$ 22,287</td><td>71%</td><td>$ 6,958</td><td>28%</td></tr></tbody></table>
|
65 |
+
</div>
|
66 |
+
</body>
|
67 |
+
</html>
|
output/docling/tesla docs_28-41 (1)-table-4.csv
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
(Dollars in millions),"Year Ended December 31,.2021","Year Ended December 31,.2020","Year Ended December 31,.2019",2021 vs. 2020 Change.$,2021 vs. 2020 Change.%,2020 vs. 2019 Change.$,2020 vs. 2019 Change.%
|
2 |
+
Cost of revenues,,,,,,,
|
3 |
+
Automotive sales,,,"15,93",,,,
|
4 |
+
,"$ 32,415","$ 19,696",$ 9,"$ 12,719",65%,"$ 3,757",24%
|
5 |
+
Automotive leasing,978,563,459,415,74%,104,23%
|
6 |
+
Total automotive cost of revenues,,,"16,39",,,,
|
7 |
+
,"33,393","20,259",8,"13,134",65%,"3,861",24%
|
8 |
+
Services and other,"3,906","2,671","2,770","1,235",46%,(99),-4%
|
9 |
+
Total automotive & services and other,,,"19,16",,,,
|
10 |
+
segment cost of revenues,"37,299","22,930",8,"14,369",63%,"3,762",20%
|
11 |
+
Energy generation and storage segment,"2,918","1,976","1,341",942,48%,635,47%
|
12 |
+
Total cost of revenues,,,"20,50",,,,
|
13 |
+
,"$ 40,217","$ 24,906",$ 9,"$ 15,311",61%,"$ 4,397",21%
|
14 |
+
Gross profit total automotive,,,,,,,
|
15 |
+
,"$ 13,839","$ 6,977","$ 4,423",,,,
|
16 |
+
Gross margin total automotive,29.3%,25.6%,21.2%,,,,
|
17 |
+
Gross profit total automotive & services and other,,,,,,,
|
18 |
+
segment,"$ 13,735","$ 6,612","$ 3,879",,,,
|
19 |
+
Gross margin total automotive & services and other segment,,,,,,,
|
20 |
+
,26.9%,22.4%,16.8%,,,,
|
21 |
+
Gross profit energy generation and storage segment,$ (129),$ 18,$ 190,,,,
|
22 |
+
Gross margin energy generation and storage segment,-4.6%,0.9%,12.4%,,,,
|
23 |
+
Total gross profit,"$ 13,606","$ 6,630","$ 4,069",,,,
|
24 |
+
Total gross margin,25.3%,21.0%,16.6%,,,,
|
output/docling/tesla docs_28-41 (1)-table-4.html
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Table 4 - tesla docs_28-41 (1)</title>
|
7 |
+
<style>
|
8 |
+
body {
|
9 |
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
10 |
+
margin: 20px;
|
11 |
+
background-color: #f5f5f5;
|
12 |
+
}
|
13 |
+
.container {
|
14 |
+
max-width: 1200px;
|
15 |
+
margin: 0 auto;
|
16 |
+
background: white;
|
17 |
+
padding: 20px;
|
18 |
+
border-radius: 8px;
|
19 |
+
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
20 |
+
}
|
21 |
+
h1 {
|
22 |
+
color: #333;
|
23 |
+
border-bottom: 3px solid #667eea;
|
24 |
+
padding-bottom: 10px;
|
25 |
+
}
|
26 |
+
table {
|
27 |
+
border-collapse: collapse;
|
28 |
+
width: 100%;
|
29 |
+
margin-top: 20px;
|
30 |
+
}
|
31 |
+
th {
|
32 |
+
background: #667eea;
|
33 |
+
color: white;
|
34 |
+
padding: 12px;
|
35 |
+
text-align: left;
|
36 |
+
}
|
37 |
+
td {
|
38 |
+
border: 1px solid #ddd;
|
39 |
+
padding: 10px;
|
40 |
+
}
|
41 |
+
tr:nth-child(even) {
|
42 |
+
background-color: #f9f9f9;
|
43 |
+
}
|
44 |
+
tr:hover {
|
45 |
+
background-color: #f5f5f5;
|
46 |
+
}
|
47 |
+
.stats {
|
48 |
+
background: #f8f9fa;
|
49 |
+
padding: 15px;
|
50 |
+
border-radius: 6px;
|
51 |
+
margin-bottom: 20px;
|
52 |
+
}
|
53 |
+
</style>
|
54 |
+
</head>
|
55 |
+
<body>
|
56 |
+
<div class="container">
|
57 |
+
<h1>π Table 4</h1>
|
58 |
+
<div class="stats">
|
59 |
+
<strong>Document:</strong> tesla docs_28-41 (1)<br>
|
60 |
+
<strong>Rows:</strong> 23 |
|
61 |
+
<strong>Columns:</strong> 8 |
|
62 |
+
<strong>Generated:</strong> 2025-07-02 19:26:12
|
63 |
+
</div>
|
64 |
+
<table><tbody><tr><td></td><th colspan="3">Year Ended December 31,</th><th colspan="2">2021 vs. 2020 Change</th><th colspan="2">2020 vs. 2019 Change</th></tr><tr><td>(Dollars in millions)</td><th>2021</th><th>2020</th><th>2019</th><th>$</th><th>%</th><th>$</th><th>%</th></tr><tr><th>Cost of revenues</th><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><th>Automotive sales</th><td></td><td></td><td>15,93</td><td></td><td></td><td></td><td></td></tr><tr><td></td><td>$ 32,415</td><td>$ 19,696</td><td>$ 9</td><td>$ 12,719</td><td>65%</td><td>$ 3,757</td><td>24%</td></tr><tr><th>Automotive leasing</th><td>978</td><td>563</td><td>459</td><td>415</td><td>74%</td><td>104</td><td>23%</td></tr><tr><th>Total automotive cost of revenues</th><td></td><td></td><td>16,39</td><td></td><td></td><td></td><td></td></tr><tr><td></td><td>33,393</td><td>20,259</td><td>8</td><td>13,134</td><td>65%</td><td>3,861</td><td>24%</td></tr><tr><th>Services and other</th><td>3,906</td><td>2,671</td><td>2,770</td><td>1,235</td><td>46%</td><td>(99)</td><td>-4%</td></tr><tr><th>Total automotive & services and other</th><td></td><td></td><td>19,16</td><td></td><td></td><td></td><td></td></tr><tr><th>segment cost of revenues</th><td>37,299</td><td>22,930</td><td>8</td><td>14,369</td><td>63%</td><td>3,762</td><td>20%</td></tr><tr><th>Energy generation and storage segment</th><td>2,918</td><td>1,976</td><td>1,341</td><td>942</td><td>48%</td><td>635</td><td>47%</td></tr><tr><th>Total cost of revenues</th><td></td><td></td><td>20,50</td><td></td><td></td><td></td><td></td></tr><tr><td></td><td>$ 40,217</td><td>$ 24,906</td><td>$ 9</td><td>$ 15,311</td><td>61%</td><td>$ 4,397</td><td>21%</td></tr><tr><th>Gross profit total automotive</th><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td></td><td>$ 13,839</td><td>$ 6,977</td><td>$ 4,423</td><td></td><td></td><td></td><td></td></tr><tr><th>Gross margin total automotive</th><td>29.3%</td><td>25.6%</td><td>21.2%</td><td></td><td></td><td></td><td></td></tr><tr><th>Gross profit total automotive & services and other</th><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><th>segment</th><td>$ 13,735</td><td>$ 6,612</td><td>$ 3,879</td><td></td><td></td><td></td><td></td></tr><tr><th>Gross margin total automotive & services and other segment</th><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td></td><td>26.9%</td><td>22.4%</td><td>16.8%</td><td></td><td></td><td></td><td></td></tr><tr><th>Gross profit energy generation and storage segment</th><td>$ (129)</td><td>$ 18</td><td>$ 190</td><td></td><td></td><td></td><td></td></tr><tr><th>Gross margin energy generation and storage segment</th><td>-4.6%</td><td>0.9%</td><td>12.4%</td><td></td><td></td><td></td><td></td></tr><tr><th>Total gross profit</th><td>$ 13,606</td><td>$ 6,630</td><td>$ 4,069</td><td></td><td></td><td></td><td></td></tr><tr><th>Total gross margin</th><td>25.3%</td><td>21.0%</td><td>16.6%</td><td></td><td></td><td></td><td></td></tr></tbody></table>
|
65 |
+
</div>
|
66 |
+
</body>
|
67 |
+
</html>
|
output/docling/tesla docs_28-41 (1)-table-5.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
(Dollars in millions),"Year Ended December 31,.2021","Year Ended December 31,.2020","Year Ended December 31,.2019",2021 vs. 2020 Change.$,2021 vs. 2020 Change.%,2020 vs. 2019 Change.$,2020 vs. 2019 Change.%
|
2 |
+
Research and development,"$ 2,593","$ 1,491","$ 1,343","$ 1,102",74%,$ 148,11%
|
3 |
+
As a percentage of revenues,5%,5%,5%,,,,
|
output/docling/tesla docs_28-41 (1)-table-5.html
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Table 5 - tesla docs_28-41 (1)</title>
|
7 |
+
<style>
|
8 |
+
body {
|
9 |
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
10 |
+
margin: 20px;
|
11 |
+
background-color: #f5f5f5;
|
12 |
+
}
|
13 |
+
.container {
|
14 |
+
max-width: 1200px;
|
15 |
+
margin: 0 auto;
|
16 |
+
background: white;
|
17 |
+
padding: 20px;
|
18 |
+
border-radius: 8px;
|
19 |
+
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
20 |
+
}
|
21 |
+
h1 {
|
22 |
+
color: #333;
|
23 |
+
border-bottom: 3px solid #667eea;
|
24 |
+
padding-bottom: 10px;
|
25 |
+
}
|
26 |
+
table {
|
27 |
+
border-collapse: collapse;
|
28 |
+
width: 100%;
|
29 |
+
margin-top: 20px;
|
30 |
+
}
|
31 |
+
th {
|
32 |
+
background: #667eea;
|
33 |
+
color: white;
|
34 |
+
padding: 12px;
|
35 |
+
text-align: left;
|
36 |
+
}
|
37 |
+
td {
|
38 |
+
border: 1px solid #ddd;
|
39 |
+
padding: 10px;
|
40 |
+
}
|
41 |
+
tr:nth-child(even) {
|
42 |
+
background-color: #f9f9f9;
|
43 |
+
}
|
44 |
+
tr:hover {
|
45 |
+
background-color: #f5f5f5;
|
46 |
+
}
|
47 |
+
.stats {
|
48 |
+
background: #f8f9fa;
|
49 |
+
padding: 15px;
|
50 |
+
border-radius: 6px;
|
51 |
+
margin-bottom: 20px;
|
52 |
+
}
|
53 |
+
</style>
|
54 |
+
</head>
|
55 |
+
<body>
|
56 |
+
<div class="container">
|
57 |
+
<h1>π Table 5</h1>
|
58 |
+
<div class="stats">
|
59 |
+
<strong>Document:</strong> tesla docs_28-41 (1)<br>
|
60 |
+
<strong>Rows:</strong> 2 |
|
61 |
+
<strong>Columns:</strong> 8 |
|
62 |
+
<strong>Generated:</strong> 2025-07-02 19:26:12
|
63 |
+
</div>
|
64 |
+
<table><tbody><tr><td></td><th colspan="3">Year Ended December 31,</th><th colspan="2">2021 vs. 2020 Change</th><th colspan="2">2020 vs. 2019 Change</th></tr><tr><td>(Dollars in millions)</td><th>2021</th><th>2020</th><th>2019</th><th>$</th><th>%</th><th>$</th><th>%</th></tr><tr><th>Research and development</th><td>$ 2,593</td><td>$ 1,491</td><td>$ 1,343</td><td>$ 1,102</td><td>74%</td><td>$ 148</td><td>11%</td></tr><tr><th>As a percentage of revenues</th><td>5%</td><td>5%</td><td>5%</td><td></td><td></td><td></td><td></td></tr></tbody></table>
|
65 |
+
</div>
|
66 |
+
</body>
|
67 |
+
</html>
|
output/llamaparse/tesla docs_28-41 (1)-table-1.html
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Table 1 - tesla docs_28-41 (1)</title>
|
7 |
+
<style>
|
8 |
+
body {
|
9 |
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
10 |
+
margin: 20px;
|
11 |
+
background-color: #f5f5f5;
|
12 |
+
}
|
13 |
+
.container {
|
14 |
+
max-width: 1200px;
|
15 |
+
margin: 0 auto;
|
16 |
+
background: white;
|
17 |
+
padding: 20px;
|
18 |
+
border-radius: 8px;
|
19 |
+
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
20 |
+
}
|
21 |
+
h1 {
|
22 |
+
color: #333;
|
23 |
+
border-bottom: 3px solid #667eea;
|
24 |
+
padding-bottom: 10px;
|
25 |
+
}
|
26 |
+
table {
|
27 |
+
border-collapse: collapse;
|
28 |
+
width: 100%;
|
29 |
+
margin-top: 20px;
|
30 |
+
}
|
31 |
+
th {
|
32 |
+
background: #667eea;
|
33 |
+
color: white;
|
34 |
+
padding: 12px;
|
35 |
+
text-align: left;
|
36 |
+
}
|
37 |
+
td {
|
38 |
+
border: 1px solid #ddd;
|
39 |
+
padding: 10px;
|
40 |
+
}
|
41 |
+
tr:nth-child(even) {
|
42 |
+
background-color: #f9f9f9;
|
43 |
+
}
|
44 |
+
tr:hover {
|
45 |
+
background-color: #f5f5f5;
|
46 |
+
}
|
47 |
+
.stats {
|
48 |
+
background: #f8f9fa;
|
49 |
+
padding: 15px;
|
50 |
+
border-radius: 6px;
|
51 |
+
margin-bottom: 20px;
|
52 |
+
}
|
53 |
+
</style>
|
54 |
+
</head>
|
55 |
+
<body>
|
56 |
+
<div class="container">
|
57 |
+
<h1>π Table 1</h1>
|
58 |
+
<div class="stats">
|
59 |
+
<strong>Document:</strong> tesla docs_28-41 (1)<br>
|
60 |
+
<strong>Section:</strong> 3 |
|
61 |
+
<strong>Generated:</strong> 2025-07-02 19:26:44
|
62 |
+
</div>
|
63 |
+
<table>
|
64 |
+
<thead>
|
65 |
+
<tr>
|
66 |
+
<th>Primary Manufacturing Facilities</th>
|
67 |
+
<th>Location</th>
|
68 |
+
<th>Owned or Leased</th>
|
69 |
+
</tr>
|
70 |
+
</thead>
|
71 |
+
<tbody>
|
72 |
+
<tr>
|
73 |
+
<td>Gigafactory Texas</td>
|
74 |
+
<td>Austin, Texas</td>
|
75 |
+
<td>Owned</td>
|
76 |
+
</tr>
|
77 |
+
<tr>
|
78 |
+
<td>Fremont Factory</td>
|
79 |
+
<td>Fremont, California</td>
|
80 |
+
<td>Owned</td>
|
81 |
+
</tr>
|
82 |
+
<tr>
|
83 |
+
<td>Gigafactory Nevada</td>
|
84 |
+
<td>Sparks, Nevada</td>
|
85 |
+
<td>Owned</td>
|
86 |
+
</tr>
|
87 |
+
<tr>
|
88 |
+
<td>Gigafactory Berlin</td>
|
89 |
+
<td>Grunheide, Germany</td>
|
90 |
+
<td>Owned</td>
|
91 |
+
</tr>
|
92 |
+
<tr>
|
93 |
+
<td>Gigafactory Shanghai</td>
|
94 |
+
<td>Shanghai, China</td>
|
95 |
+
<td>*</td>
|
96 |
+
</tr>
|
97 |
+
<tr>
|
98 |
+
<td>Gigafactory New York</td>
|
99 |
+
<td>Buffalo, New York</td>
|
100 |
+
<td>Leased</td>
|
101 |
+
</tr>
|
102 |
+
</tbody>
|
103 |
+
</table>
|
104 |
+
</div>
|
105 |
+
</body>
|
106 |
+
</html>
|
output/llamaparse/tesla docs_28-41 (1)-table-2.html
ADDED
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Table 2 - tesla docs_28-41 (1)</title>
|
7 |
+
<style>
|
8 |
+
body {
|
9 |
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
10 |
+
margin: 20px;
|
11 |
+
background-color: #f5f5f5;
|
12 |
+
}
|
13 |
+
.container {
|
14 |
+
max-width: 1200px;
|
15 |
+
margin: 0 auto;
|
16 |
+
background: white;
|
17 |
+
padding: 20px;
|
18 |
+
border-radius: 8px;
|
19 |
+
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
20 |
+
}
|
21 |
+
h1 {
|
22 |
+
color: #333;
|
23 |
+
border-bottom: 3px solid #667eea;
|
24 |
+
padding-bottom: 10px;
|
25 |
+
}
|
26 |
+
table {
|
27 |
+
border-collapse: collapse;
|
28 |
+
width: 100%;
|
29 |
+
margin-top: 20px;
|
30 |
+
}
|
31 |
+
th {
|
32 |
+
background: #667eea;
|
33 |
+
color: white;
|
34 |
+
padding: 12px;
|
35 |
+
text-align: left;
|
36 |
+
}
|
37 |
+
td {
|
38 |
+
border: 1px solid #ddd;
|
39 |
+
padding: 10px;
|
40 |
+
}
|
41 |
+
tr:nth-child(even) {
|
42 |
+
background-color: #f9f9f9;
|
43 |
+
}
|
44 |
+
tr:hover {
|
45 |
+
background-color: #f5f5f5;
|
46 |
+
}
|
47 |
+
.stats {
|
48 |
+
background: #f8f9fa;
|
49 |
+
padding: 15px;
|
50 |
+
border-radius: 6px;
|
51 |
+
margin-bottom: 20px;
|
52 |
+
}
|
53 |
+
</style>
|
54 |
+
</head>
|
55 |
+
<body>
|
56 |
+
<div class="container">
|
57 |
+
<h1>π Table 2</h1>
|
58 |
+
<div class="stats">
|
59 |
+
<strong>Document:</strong> tesla docs_28-41 (1)<br>
|
60 |
+
<strong>Section:</strong> 4 |
|
61 |
+
<strong>Generated:</strong> 2025-07-02 19:26:54
|
62 |
+
</div>
|
63 |
+
<table>
|
64 |
+
<thead>
|
65 |
+
<tr>
|
66 |
+
<th></th>
|
67 |
+
<th>Jan-17</th>
|
68 |
+
<th>Jul-17</th>
|
69 |
+
<th>Jan-18</th>
|
70 |
+
<th>Jul-18</th>
|
71 |
+
<th>Jan-19</th>
|
72 |
+
<th>Jul-19</th>
|
73 |
+
<th>Jan-20</th>
|
74 |
+
<th>Jul-20</th>
|
75 |
+
<th>Jan-21</th>
|
76 |
+
<th>Jul-21</th>
|
77 |
+
<th>Dec-21</th>
|
78 |
+
</tr>
|
79 |
+
</thead>
|
80 |
+
<tbody>
|
81 |
+
<tr>
|
82 |
+
<td>Motor Vehicles and Passenger Car Bodies Public Company Group</td>
|
83 |
+
<td>100</td>
|
84 |
+
<td>110</td>
|
85 |
+
<td>130</td>
|
86 |
+
<td>120</td>
|
87 |
+
<td>110</td>
|
88 |
+
<td>130</td>
|
89 |
+
<td>130</td>
|
90 |
+
<td>170</td>
|
91 |
+
<td>230</td>
|
92 |
+
<td>220</td>
|
93 |
+
<td>240</td>
|
94 |
+
</tr>
|
95 |
+
<tr>
|
96 |
+
<td>Tesla</td>
|
97 |
+
<td>100</td>
|
98 |
+
<td>150</td>
|
99 |
+
<td>170</td>
|
100 |
+
<td>140</td>
|
101 |
+
<td>140</td>
|
102 |
+
<td>100</td>
|
103 |
+
<td>220</td>
|
104 |
+
<td>620</td>
|
105 |
+
<td>2900</td>
|
106 |
+
<td>2600</td>
|
107 |
+
<td>4300</td>
|
108 |
+
</tr>
|
109 |
+
<tr>
|
110 |
+
<td>NASDAQ Composite</td>
|
111 |
+
<td>100</td>
|
112 |
+
<td>110</td>
|
113 |
+
<td>130</td>
|
114 |
+
<td>140</td>
|
115 |
+
<td>130</td>
|
116 |
+
<td>150</td>
|
117 |
+
<td>180</td>
|
118 |
+
<td>220</td>
|
119 |
+
<td>280</td>
|
120 |
+
<td>310</td>
|
121 |
+
<td>350</td>
|
122 |
+
</tr>
|
123 |
+
</tbody>
|
124 |
+
</table>
|
125 |
+
</div>
|
126 |
+
</body>
|
127 |
+
</html>
|
output/llamaparse/tesla docs_28-41 (1)-table-3.html
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Table 3 - tesla docs_28-41 (1)</title>
|
7 |
+
<style>
|
8 |
+
body {
|
9 |
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
10 |
+
margin: 20px;
|
11 |
+
background-color: #f5f5f5;
|
12 |
+
}
|
13 |
+
.container {
|
14 |
+
max-width: 1200px;
|
15 |
+
margin: 0 auto;
|
16 |
+
background: white;
|
17 |
+
padding: 20px;
|
18 |
+
border-radius: 8px;
|
19 |
+
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
20 |
+
}
|
21 |
+
h1 {
|
22 |
+
color: #333;
|
23 |
+
border-bottom: 3px solid #667eea;
|
24 |
+
padding-bottom: 10px;
|
25 |
+
}
|
26 |
+
table {
|
27 |
+
border-collapse: collapse;
|
28 |
+
width: 100%;
|
29 |
+
margin-top: 20px;
|
30 |
+
}
|
31 |
+
th {
|
32 |
+
background: #667eea;
|
33 |
+
color: white;
|
34 |
+
padding: 12px;
|
35 |
+
text-align: left;
|
36 |
+
}
|
37 |
+
td {
|
38 |
+
border: 1px solid #ddd;
|
39 |
+
padding: 10px;
|
40 |
+
}
|
41 |
+
tr:nth-child(even) {
|
42 |
+
background-color: #f9f9f9;
|
43 |
+
}
|
44 |
+
tr:hover {
|
45 |
+
background-color: #f5f5f5;
|
46 |
+
}
|
47 |
+
.stats {
|
48 |
+
background: #f8f9fa;
|
49 |
+
padding: 15px;
|
50 |
+
border-radius: 6px;
|
51 |
+
margin-bottom: 20px;
|
52 |
+
}
|
53 |
+
</style>
|
54 |
+
</head>
|
55 |
+
<body>
|
56 |
+
<div class="container">
|
57 |
+
<h1>π Table 3</h1>
|
58 |
+
<div class="stats">
|
59 |
+
<strong>Document:</strong> tesla docs_28-41 (1)<br>
|
60 |
+
<strong>Section:</strong> 7 |
|
61 |
+
<strong>Generated:</strong> 2025-07-02 19:27:00
|
62 |
+
</div>
|
63 |
+
<table>
|
64 |
+
<thead>
|
65 |
+
<tr>
|
66 |
+
<th>Production Location</th>
|
67 |
+
<th>Vehicle Model(s)</th>
|
68 |
+
<th>Production Status</th>
|
69 |
+
</tr>
|
70 |
+
</thead>
|
71 |
+
<tbody>
|
72 |
+
<tr>
|
73 |
+
<td>Fremont Factory</td>
|
74 |
+
<td>Model S / Model X<br/>Model 3 / Model Y</td>
|
75 |
+
<td>Active<br/>Active</td>
|
76 |
+
</tr>
|
77 |
+
<tr>
|
78 |
+
<td>Gigafactory Shanghai</td>
|
79 |
+
<td>Model 3 / Model Y</td>
|
80 |
+
<td>Active</td>
|
81 |
+
</tr>
|
82 |
+
<tr>
|
83 |
+
<td>Gigafactory Berlin</td>
|
84 |
+
<td>Model Y</td>
|
85 |
+
<td>Equipment test</td>
|
86 |
+
</tr>
|
87 |
+
<tr>
|
88 |
+
<td>Gigafactory Texas</td>
|
89 |
+
<td>Model Y</td>
|
90 |
+
<td>Equipment test</td>
|
91 |
+
</tr>
|
92 |
+
<tr>
|
93 |
+
<td>TBD</td>
|
94 |
+
<td>Cybertruck<br/>Tesla Semi</td>
|
95 |
+
<td>In development<br/>In development</td>
|
96 |
+
</tr>
|
97 |
+
<tr>
|
98 |
+
<td>TBD</td>
|
99 |
+
<td>Tesla Roadster</td>
|
100 |
+
<td>In development</td>
|
101 |
+
</tr>
|
102 |
+
</tbody>
|
103 |
+
</table>
|
104 |
+
</div>
|
105 |
+
</body>
|
106 |
+
</html>
|
output/llamaparse/tesla docs_28-41 (1)-table-4.html
ADDED
@@ -0,0 +1,161 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Table 4 - tesla docs_28-41 (1)</title>
|
7 |
+
<style>
|
8 |
+
body {
|
9 |
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
10 |
+
margin: 20px;
|
11 |
+
background-color: #f5f5f5;
|
12 |
+
}
|
13 |
+
.container {
|
14 |
+
max-width: 1200px;
|
15 |
+
margin: 0 auto;
|
16 |
+
background: white;
|
17 |
+
padding: 20px;
|
18 |
+
border-radius: 8px;
|
19 |
+
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
20 |
+
}
|
21 |
+
h1 {
|
22 |
+
color: #333;
|
23 |
+
border-bottom: 3px solid #667eea;
|
24 |
+
padding-bottom: 10px;
|
25 |
+
}
|
26 |
+
table {
|
27 |
+
border-collapse: collapse;
|
28 |
+
width: 100%;
|
29 |
+
margin-top: 20px;
|
30 |
+
}
|
31 |
+
th {
|
32 |
+
background: #667eea;
|
33 |
+
color: white;
|
34 |
+
padding: 12px;
|
35 |
+
text-align: left;
|
36 |
+
}
|
37 |
+
td {
|
38 |
+
border: 1px solid #ddd;
|
39 |
+
padding: 10px;
|
40 |
+
}
|
41 |
+
tr:nth-child(even) {
|
42 |
+
background-color: #f9f9f9;
|
43 |
+
}
|
44 |
+
tr:hover {
|
45 |
+
background-color: #f5f5f5;
|
46 |
+
}
|
47 |
+
.stats {
|
48 |
+
background: #f8f9fa;
|
49 |
+
padding: 15px;
|
50 |
+
border-radius: 6px;
|
51 |
+
margin-bottom: 20px;
|
52 |
+
}
|
53 |
+
</style>
|
54 |
+
</head>
|
55 |
+
<body>
|
56 |
+
<div class="container">
|
57 |
+
<h1>π Table 4</h1>
|
58 |
+
<div class="stats">
|
59 |
+
<strong>Document:</strong> tesla docs_28-41 (1)<br>
|
60 |
+
<strong>Section:</strong> 12 |
|
61 |
+
<strong>Generated:</strong> 2025-07-02 19:27:22
|
62 |
+
</div>
|
63 |
+
<table>
|
64 |
+
<thead>
|
65 |
+
<tr>
|
66 |
+
<th>(Dollars in millions)<br/>2021</th>
|
67 |
+
<th>Year Ended December 31,<br/>2020</th>
|
68 |
+
<th>Year Ended December 31,<br/>2019</th>
|
69 |
+
<th>Year Ended December 31,<br/>$</th>
|
70 |
+
<th>2021 vs. 2020 Change<br/>%</th>
|
71 |
+
<th>2021 vs. 2020 Change<br/>$</th>
|
72 |
+
<th>2020 vs. 2019 Change<br/>%</th>
|
73 |
+
<th>2020 vs. 2019 Change</th>
|
74 |
+
</tr>
|
75 |
+
</thead>
|
76 |
+
<tbody>
|
77 |
+
<tr>
|
78 |
+
<td>Automotive sales</td>
|
79 |
+
<td>$ 44,125</td>
|
80 |
+
<td>$ 24,604</td>
|
81 |
+
<td>$ 19,358</td>
|
82 |
+
<td>$ 19,521</td>
|
83 |
+
<td>79%</td>
|
84 |
+
<td>$ 5,246</td>
|
85 |
+
<td>27%</td>
|
86 |
+
</tr>
|
87 |
+
<tr>
|
88 |
+
<td>Automotive regulatory credits</td>
|
89 |
+
<td>1,465</td>
|
90 |
+
<td>1,580</td>
|
91 |
+
<td>594</td>
|
92 |
+
<td>(115)</td>
|
93 |
+
<td>-7%</td>
|
94 |
+
<td>986</td>
|
95 |
+
<td>166%</td>
|
96 |
+
</tr>
|
97 |
+
<tr>
|
98 |
+
<td>Automotive leasing</td>
|
99 |
+
<td>1,642</td>
|
100 |
+
<td>1,052</td>
|
101 |
+
<td>869</td>
|
102 |
+
<td>590</td>
|
103 |
+
<td>56%</td>
|
104 |
+
<td>183</td>
|
105 |
+
<td>21%</td>
|
106 |
+
</tr>
|
107 |
+
<tr>
|
108 |
+
<td>Total automotive revenues</td>
|
109 |
+
<td>47,232</td>
|
110 |
+
<td>27,236</td>
|
111 |
+
<td>20,821</td>
|
112 |
+
<td>19,996</td>
|
113 |
+
<td>73%</td>
|
114 |
+
<td>6,415</td>
|
115 |
+
<td>31%</td>
|
116 |
+
</tr>
|
117 |
+
<tr>
|
118 |
+
<td>Services and other</td>
|
119 |
+
<td>3,802</td>
|
120 |
+
<td>2,306</td>
|
121 |
+
<td>2,226</td>
|
122 |
+
<td>1,496</td>
|
123 |
+
<td>65%</td>
|
124 |
+
<td>80</td>
|
125 |
+
<td>4%</td>
|
126 |
+
</tr>
|
127 |
+
<tr>
|
128 |
+
<td>Total automotive & services and other segment revenue</td>
|
129 |
+
<td>51,034</td>
|
130 |
+
<td>29,542</td>
|
131 |
+
<td>23,047</td>
|
132 |
+
<td>21,492</td>
|
133 |
+
<td>73%</td>
|
134 |
+
<td>6,495</td>
|
135 |
+
<td>28%</td>
|
136 |
+
</tr>
|
137 |
+
<tr>
|
138 |
+
<td>Energy generation and storage segment revenue</td>
|
139 |
+
<td>2,789</td>
|
140 |
+
<td>1,994</td>
|
141 |
+
<td>1,531</td>
|
142 |
+
<td>795</td>
|
143 |
+
<td>40%</td>
|
144 |
+
<td>463</td>
|
145 |
+
<td>30%</td>
|
146 |
+
</tr>
|
147 |
+
<tr>
|
148 |
+
<td>Total revenues</td>
|
149 |
+
<td>$ 53,823</td>
|
150 |
+
<td>$ 31,536</td>
|
151 |
+
<td>$ 24,578</td>
|
152 |
+
<td>$ 22,287</td>
|
153 |
+
<td>71%</td>
|
154 |
+
<td>$ 6,958</td>
|
155 |
+
<td>28%</td>
|
156 |
+
</tr>
|
157 |
+
</tbody>
|
158 |
+
</table>
|
159 |
+
</div>
|
160 |
+
</body>
|
161 |
+
</html>
|
output/llamaparse/tesla docs_28-41 (1)-table-5.html
ADDED
@@ -0,0 +1,241 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Table 5 - tesla docs_28-41 (1)</title>
|
7 |
+
<style>
|
8 |
+
body {
|
9 |
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
10 |
+
margin: 20px;
|
11 |
+
background-color: #f5f5f5;
|
12 |
+
}
|
13 |
+
.container {
|
14 |
+
max-width: 1200px;
|
15 |
+
margin: 0 auto;
|
16 |
+
background: white;
|
17 |
+
padding: 20px;
|
18 |
+
border-radius: 8px;
|
19 |
+
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
20 |
+
}
|
21 |
+
h1 {
|
22 |
+
color: #333;
|
23 |
+
border-bottom: 3px solid #667eea;
|
24 |
+
padding-bottom: 10px;
|
25 |
+
}
|
26 |
+
table {
|
27 |
+
border-collapse: collapse;
|
28 |
+
width: 100%;
|
29 |
+
margin-top: 20px;
|
30 |
+
}
|
31 |
+
th {
|
32 |
+
background: #667eea;
|
33 |
+
color: white;
|
34 |
+
padding: 12px;
|
35 |
+
text-align: left;
|
36 |
+
}
|
37 |
+
td {
|
38 |
+
border: 1px solid #ddd;
|
39 |
+
padding: 10px;
|
40 |
+
}
|
41 |
+
tr:nth-child(even) {
|
42 |
+
background-color: #f9f9f9;
|
43 |
+
}
|
44 |
+
tr:hover {
|
45 |
+
background-color: #f5f5f5;
|
46 |
+
}
|
47 |
+
.stats {
|
48 |
+
background: #f8f9fa;
|
49 |
+
padding: 15px;
|
50 |
+
border-radius: 6px;
|
51 |
+
margin-bottom: 20px;
|
52 |
+
}
|
53 |
+
</style>
|
54 |
+
</head>
|
55 |
+
<body>
|
56 |
+
<div class="container">
|
57 |
+
<h1>π Table 5</h1>
|
58 |
+
<div class="stats">
|
59 |
+
<strong>Document:</strong> tesla docs_28-41 (1)<br>
|
60 |
+
<strong>Section:</strong> 13 |
|
61 |
+
<strong>Generated:</strong> 2025-07-02 19:27:53
|
62 |
+
</div>
|
63 |
+
<table>
|
64 |
+
<thead>
|
65 |
+
<tr>
|
66 |
+
<th>(Dollars in millions)<br/>2021</th>
|
67 |
+
<th>Year Ended December 31,<br/>2020</th>
|
68 |
+
<th>Year Ended December 31,<br/>2019</th>
|
69 |
+
<th>Year Ended December 31,<br/>$</th>
|
70 |
+
<th>2021 vs. 2020 Change<br/>%</th>
|
71 |
+
<th>2021 vs. 2020 Change<br/>$</th>
|
72 |
+
<th>2020 vs. 2019 Change<br/>%</th>
|
73 |
+
<th>2020 vs. 2019 Change</th>
|
74 |
+
</tr>
|
75 |
+
</thead>
|
76 |
+
<tbody>
|
77 |
+
<tr>
|
78 |
+
<td>Cost of revenues</td>
|
79 |
+
<td></td>
|
80 |
+
<td></td>
|
81 |
+
<td></td>
|
82 |
+
<td></td>
|
83 |
+
<td></td>
|
84 |
+
<td></td>
|
85 |
+
<td></td>
|
86 |
+
</tr>
|
87 |
+
<tr>
|
88 |
+
<td>Automotive sales</td>
|
89 |
+
<td>$ 32,415</td>
|
90 |
+
<td>$ 19,696</td>
|
91 |
+
<td>$ 15,939</td>
|
92 |
+
<td>$ 12,719</td>
|
93 |
+
<td>65%</td>
|
94 |
+
<td>$ 3,757</td>
|
95 |
+
<td>24%</td>
|
96 |
+
</tr>
|
97 |
+
<tr>
|
98 |
+
<td>Automotive leasing</td>
|
99 |
+
<td>978</td>
|
100 |
+
<td>563</td>
|
101 |
+
<td>459</td>
|
102 |
+
<td>415</td>
|
103 |
+
<td>74%</td>
|
104 |
+
<td>104</td>
|
105 |
+
<td>23%</td>
|
106 |
+
</tr>
|
107 |
+
<tr>
|
108 |
+
<td>Total automotive cost of revenues</td>
|
109 |
+
<td>33,393</td>
|
110 |
+
<td>20,259</td>
|
111 |
+
<td>16,398</td>
|
112 |
+
<td>13,134</td>
|
113 |
+
<td>65%</td>
|
114 |
+
<td>3,861</td>
|
115 |
+
<td>24%</td>
|
116 |
+
</tr>
|
117 |
+
<tr>
|
118 |
+
<td>Services and other</td>
|
119 |
+
<td>3,906</td>
|
120 |
+
<td>2,671</td>
|
121 |
+
<td>2,770</td>
|
122 |
+
<td>1,235</td>
|
123 |
+
<td>46%</td>
|
124 |
+
<td>(99)</td>
|
125 |
+
<td>-4%</td>
|
126 |
+
</tr>
|
127 |
+
<tr>
|
128 |
+
<td>Total automotive & services and other segment cost of revenues</td>
|
129 |
+
<td>37,299</td>
|
130 |
+
<td>22,930</td>
|
131 |
+
<td>19,168</td>
|
132 |
+
<td>14,369</td>
|
133 |
+
<td>63%</td>
|
134 |
+
<td>3,762</td>
|
135 |
+
<td>20%</td>
|
136 |
+
</tr>
|
137 |
+
<tr>
|
138 |
+
<td>Energy generation and storage segment</td>
|
139 |
+
<td>2,918</td>
|
140 |
+
<td>1,976</td>
|
141 |
+
<td>1,341</td>
|
142 |
+
<td>942</td>
|
143 |
+
<td>48%</td>
|
144 |
+
<td>635</td>
|
145 |
+
<td>47%</td>
|
146 |
+
</tr>
|
147 |
+
<tr>
|
148 |
+
<td>Total cost of revenues</td>
|
149 |
+
<td>$ 40,217</td>
|
150 |
+
<td>$ 24,906</td>
|
151 |
+
<td>$ 20,509</td>
|
152 |
+
<td>$ 15,311</td>
|
153 |
+
<td>61%</td>
|
154 |
+
<td>$ 4,397</td>
|
155 |
+
<td>21%</td>
|
156 |
+
</tr>
|
157 |
+
<tr>
|
158 |
+
<td>Gross profit total automotive</td>
|
159 |
+
<td>$ 13,839</td>
|
160 |
+
<td>$ 6,977</td>
|
161 |
+
<td>$ 4,423</td>
|
162 |
+
<td></td>
|
163 |
+
<td></td>
|
164 |
+
<td></td>
|
165 |
+
<td></td>
|
166 |
+
</tr>
|
167 |
+
<tr>
|
168 |
+
<td>Gross margin total automotive</td>
|
169 |
+
<td>29.3%</td>
|
170 |
+
<td>25.6%</td>
|
171 |
+
<td>21.2%</td>
|
172 |
+
<td></td>
|
173 |
+
<td></td>
|
174 |
+
<td></td>
|
175 |
+
<td></td>
|
176 |
+
</tr>
|
177 |
+
<tr>
|
178 |
+
<td>Gross profit total automotive & services and other segment</td>
|
179 |
+
<td>$ 13,735</td>
|
180 |
+
<td>$ 6,612</td>
|
181 |
+
<td>$ 3,879</td>
|
182 |
+
<td></td>
|
183 |
+
<td></td>
|
184 |
+
<td></td>
|
185 |
+
<td></td>
|
186 |
+
</tr>
|
187 |
+
<tr>
|
188 |
+
<td>Gross margin total automotive & services and other segment</td>
|
189 |
+
<td>26.9%</td>
|
190 |
+
<td>22.4%</td>
|
191 |
+
<td>16.8%</td>
|
192 |
+
<td></td>
|
193 |
+
<td></td>
|
194 |
+
<td></td>
|
195 |
+
<td></td>
|
196 |
+
</tr>
|
197 |
+
<tr>
|
198 |
+
<td>Gross profit energy generation and storage segment</td>
|
199 |
+
<td>$ (129)</td>
|
200 |
+
<td>$ 18</td>
|
201 |
+
<td>$ 190</td>
|
202 |
+
<td></td>
|
203 |
+
<td></td>
|
204 |
+
<td></td>
|
205 |
+
<td></td>
|
206 |
+
</tr>
|
207 |
+
<tr>
|
208 |
+
<td>Gross margin energy generation and storage segment</td>
|
209 |
+
<td>-4.6%</td>
|
210 |
+
<td>0.9%</td>
|
211 |
+
<td>12.4%</td>
|
212 |
+
<td></td>
|
213 |
+
<td></td>
|
214 |
+
<td></td>
|
215 |
+
<td></td>
|
216 |
+
</tr>
|
217 |
+
<tr>
|
218 |
+
<td>Total gross profit</td>
|
219 |
+
<td>$ 13,606</td>
|
220 |
+
<td>$ 6,630</td>
|
221 |
+
<td>$ 4,069</td>
|
222 |
+
<td></td>
|
223 |
+
<td></td>
|
224 |
+
<td></td>
|
225 |
+
<td></td>
|
226 |
+
</tr>
|
227 |
+
<tr>
|
228 |
+
<td>Total gross margin</td>
|
229 |
+
<td>25.3%</td>
|
230 |
+
<td>21.0%</td>
|
231 |
+
<td>16.6%</td>
|
232 |
+
<td></td>
|
233 |
+
<td></td>
|
234 |
+
<td></td>
|
235 |
+
<td></td>
|
236 |
+
</tr>
|
237 |
+
</tbody>
|
238 |
+
</table>
|
239 |
+
</div>
|
240 |
+
</body>
|
241 |
+
</html>
|
output/unstructured/tesla docs_28-41 (1)-table-1.html
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Table 1 - tesla docs_28-41 (1)</title>
|
7 |
+
<style>
|
8 |
+
body {
|
9 |
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
10 |
+
margin: 20px;
|
11 |
+
background-color: #f5f5f5;
|
12 |
+
}
|
13 |
+
.container {
|
14 |
+
max-width: 1200px;
|
15 |
+
margin: 0 auto;
|
16 |
+
background: white;
|
17 |
+
padding: 20px;
|
18 |
+
border-radius: 8px;
|
19 |
+
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
20 |
+
}
|
21 |
+
h1 {
|
22 |
+
color: #333;
|
23 |
+
border-bottom: 3px solid #667eea;
|
24 |
+
padding-bottom: 10px;
|
25 |
+
}
|
26 |
+
table {
|
27 |
+
border-collapse: collapse;
|
28 |
+
width: 100%;
|
29 |
+
margin-top: 20px;
|
30 |
+
}
|
31 |
+
th {
|
32 |
+
background: #667eea;
|
33 |
+
color: white;
|
34 |
+
padding: 12px;
|
35 |
+
text-align: left;
|
36 |
+
}
|
37 |
+
td {
|
38 |
+
border: 1px solid #ddd;
|
39 |
+
padding: 10px;
|
40 |
+
}
|
41 |
+
tr:nth-child(even) {
|
42 |
+
background-color: #f9f9f9;
|
43 |
+
}
|
44 |
+
tr:hover {
|
45 |
+
background-color: #f5f5f5;
|
46 |
+
}
|
47 |
+
.stats {
|
48 |
+
background: #f8f9fa;
|
49 |
+
padding: 15px;
|
50 |
+
border-radius: 6px;
|
51 |
+
margin-bottom: 20px;
|
52 |
+
}
|
53 |
+
</style>
|
54 |
+
</head>
|
55 |
+
<body>
|
56 |
+
<div class="container">
|
57 |
+
<h1>π Table 1</h1>
|
58 |
+
<div class="stats">
|
59 |
+
<strong>Document:</strong> tesla docs_28-41 (1)<br>
|
60 |
+
<strong>Page:</strong> 3 |
|
61 |
+
<strong>Generated:</strong> 2025-07-02 19:28:19
|
62 |
+
</div>
|
63 |
+
<table><thead><tr><th>Primary Manufacturing Facilities</th><th>Location</th><th>Owned or Leased</th></tr></thead><tbody><tr><td>Gigafactory Texas</td><td>Austin, Texas</td><td>Owned</td></tr><tr><td>Fremont Factory</td><td>Fremont, California</td><td>Owned</td></tr><tr><td>Gigafactory Nevada</td><td>Sparks, Nevada</td><td>Owned</td></tr><tr><td>Gigafactory Berlin</td><td>Grunheide, Germany</td><td>Owned</td></tr><tr><td>Gigafactory Shanghai</td><td>Shanghai, China</td><td>*</td></tr><tr><td>Gigafactory New York</td><td>Buffalo, New York</td><td>Leased</td></tr></tbody></table>
|
64 |
+
</div>
|
65 |
+
</body>
|
66 |
+
</html>
|
output/unstructured/tesla docs_28-41 (1)-table-1.xlsx
ADDED
Binary file (5.68 kB). View file
|
|
output/unstructured/tesla docs_28-41 (1)-table-2.html
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Table 2 - tesla docs_28-41 (1)</title>
|
7 |
+
<style>
|
8 |
+
body {
|
9 |
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
10 |
+
margin: 20px;
|
11 |
+
background-color: #f5f5f5;
|
12 |
+
}
|
13 |
+
.container {
|
14 |
+
max-width: 1200px;
|
15 |
+
margin: 0 auto;
|
16 |
+
background: white;
|
17 |
+
padding: 20px;
|
18 |
+
border-radius: 8px;
|
19 |
+
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
20 |
+
}
|
21 |
+
h1 {
|
22 |
+
color: #333;
|
23 |
+
border-bottom: 3px solid #667eea;
|
24 |
+
padding-bottom: 10px;
|
25 |
+
}
|
26 |
+
table {
|
27 |
+
border-collapse: collapse;
|
28 |
+
width: 100%;
|
29 |
+
margin-top: 20px;
|
30 |
+
}
|
31 |
+
th {
|
32 |
+
background: #667eea;
|
33 |
+
color: white;
|
34 |
+
padding: 12px;
|
35 |
+
text-align: left;
|
36 |
+
}
|
37 |
+
td {
|
38 |
+
border: 1px solid #ddd;
|
39 |
+
padding: 10px;
|
40 |
+
}
|
41 |
+
tr:nth-child(even) {
|
42 |
+
background-color: #f9f9f9;
|
43 |
+
}
|
44 |
+
tr:hover {
|
45 |
+
background-color: #f5f5f5;
|
46 |
+
}
|
47 |
+
.stats {
|
48 |
+
background: #f8f9fa;
|
49 |
+
padding: 15px;
|
50 |
+
border-radius: 6px;
|
51 |
+
margin-bottom: 20px;
|
52 |
+
}
|
53 |
+
</style>
|
54 |
+
</head>
|
55 |
+
<body>
|
56 |
+
<div class="container">
|
57 |
+
<h1>π Table 2</h1>
|
58 |
+
<div class="stats">
|
59 |
+
<strong>Document:</strong> tesla docs_28-41 (1)<br>
|
60 |
+
<strong>Page:</strong> 7 |
|
61 |
+
<strong>Generated:</strong> 2025-07-02 19:28:21
|
62 |
+
</div>
|
63 |
+
<table><thead><tr><th>Production Location</th><th>Vehicle Model(s)</th><th>Production Status</th></tr></thead><tbody><tr><td>Fremont Factory</td><td>Model S / Model X Model 3 / Model Y</td><td>Active Active</td></tr><tr><td>Gigafactory Shanghai</td><td>Model 3 / Model Y</td><td>Active</td></tr><tr><td>Gigafactory Berlin</td><td>Model Y</td><td>Equipment test</td></tr><tr><td rowspan="2">Gigafactory Texas</td><td>Model Y</td><td>Equipment test</td></tr><tr><td>Cybertruck</td><td>In development</td></tr><tr><td>TBD</td><td>Tesla Semi</td><td>In development</td></tr><tr><td>TBD</td><td>Tesla Roadster</td><td>In development</td></tr></tbody></table>
|
64 |
+
</div>
|
65 |
+
</body>
|
66 |
+
</html>
|
output/unstructured/tesla docs_28-41 (1)-table-2.xlsx
ADDED
Binary file (5.69 kB). View file
|
|
output/unstructured/tesla docs_28-41 (1)-table-3.html
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Table 3 - tesla docs_28-41 (1)</title>
|
7 |
+
<style>
|
8 |
+
body {
|
9 |
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
10 |
+
margin: 20px;
|
11 |
+
background-color: #f5f5f5;
|
12 |
+
}
|
13 |
+
.container {
|
14 |
+
max-width: 1200px;
|
15 |
+
margin: 0 auto;
|
16 |
+
background: white;
|
17 |
+
padding: 20px;
|
18 |
+
border-radius: 8px;
|
19 |
+
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
20 |
+
}
|
21 |
+
h1 {
|
22 |
+
color: #333;
|
23 |
+
border-bottom: 3px solid #667eea;
|
24 |
+
padding-bottom: 10px;
|
25 |
+
}
|
26 |
+
table {
|
27 |
+
border-collapse: collapse;
|
28 |
+
width: 100%;
|
29 |
+
margin-top: 20px;
|
30 |
+
}
|
31 |
+
th {
|
32 |
+
background: #667eea;
|
33 |
+
color: white;
|
34 |
+
padding: 12px;
|
35 |
+
text-align: left;
|
36 |
+
}
|
37 |
+
td {
|
38 |
+
border: 1px solid #ddd;
|
39 |
+
padding: 10px;
|
40 |
+
}
|
41 |
+
tr:nth-child(even) {
|
42 |
+
background-color: #f9f9f9;
|
43 |
+
}
|
44 |
+
tr:hover {
|
45 |
+
background-color: #f5f5f5;
|
46 |
+
}
|
47 |
+
.stats {
|
48 |
+
background: #f8f9fa;
|
49 |
+
padding: 15px;
|
50 |
+
border-radius: 6px;
|
51 |
+
margin-bottom: 20px;
|
52 |
+
}
|
53 |
+
</style>
|
54 |
+
</head>
|
55 |
+
<body>
|
56 |
+
<div class="container">
|
57 |
+
<h1>π Table 3</h1>
|
58 |
+
<div class="stats">
|
59 |
+
<strong>Document:</strong> tesla docs_28-41 (1)<br>
|
60 |
+
<strong>Page:</strong> 11 |
|
61 |
+
<strong>Generated:</strong> 2025-07-02 19:28:21
|
62 |
+
</div>
|
63 |
+
<table><thead><tr><th rowspan="2">(Dollars in millions)</th><th colspan="3">Year Ended December 31,</th><th colspan="2">2021 vs. 2020 Change</th><th colspan="2">2020 vs. 2019 Change</th></tr><tr><th>2021</th><th>2020</th><th>2019</th><th></th><th>%</th><th>$</th><th>%</th></tr></thead><tbody><tr><td>Automotive sales</td><td>44,125</td><td>$ 24,604</td><td>$ 19,358</td><td>$ 1,51</td><td>79%</td><td>$ 5,246</td><td>27%</td></tr><tr><td>Automotive regulatory credits</td><td>1,465</td><td>1,580</td><td>594</td><td>(115)</td><td>-7%</td><td>986</td><td>166 %</td></tr><tr><td>Automotive leasing</td><td>1,642</td><td>1,052</td><td>869</td><td>590</td><td>56%</td><td>183</td><td>21%</td></tr><tr><td>Total automotive revenues</td><td>47,232</td><td>27,236</td><td>20,821</td><td>19,996</td><td>73%</td><td></td><td>31%</td></tr><tr><td>Services and other</td><td>3,802</td><td>2,306</td><td>2,226</td><td>1,496</td><td>65%</td><td></td><td>%</td></tr><tr><td>Total automotive & services and other segment revenue</td><td>51,034</td><td>29,542</td><td>23,047</td><td>21,492</td><td>73%</td><td>6,495</td><td>28%</td></tr><tr><td>Energy generation and storage segment revenue</td><td>2,789</td><td>1,994</td><td>1,531</td><td>795</td><td>40%</td><td>463</td><td>30%</td></tr><tr><td>Total revenues</td><td>53,823</td><td>$ 31,536</td><td>$ 24,578</td><td>$ 22,287</td><td>71%</td><td>6,958</td><td>28%</td></tr></tbody></table>
|
64 |
+
</div>
|
65 |
+
</body>
|
66 |
+
</html>
|
output/unstructured/tesla docs_28-41 (1)-table-3.xlsx
ADDED
Binary file (6.17 kB). View file
|
|
output/unstructured/tesla docs_28-41 (1)-table-4.html
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Table 4 - tesla docs_28-41 (1)</title>
|
7 |
+
<style>
|
8 |
+
body {
|
9 |
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
10 |
+
margin: 20px;
|
11 |
+
background-color: #f5f5f5;
|
12 |
+
}
|
13 |
+
.container {
|
14 |
+
max-width: 1200px;
|
15 |
+
margin: 0 auto;
|
16 |
+
background: white;
|
17 |
+
padding: 20px;
|
18 |
+
border-radius: 8px;
|
19 |
+
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
20 |
+
}
|
21 |
+
h1 {
|
22 |
+
color: #333;
|
23 |
+
border-bottom: 3px solid #667eea;
|
24 |
+
padding-bottom: 10px;
|
25 |
+
}
|
26 |
+
table {
|
27 |
+
border-collapse: collapse;
|
28 |
+
width: 100%;
|
29 |
+
margin-top: 20px;
|
30 |
+
}
|
31 |
+
th {
|
32 |
+
background: #667eea;
|
33 |
+
color: white;
|
34 |
+
padding: 12px;
|
35 |
+
text-align: left;
|
36 |
+
}
|
37 |
+
td {
|
38 |
+
border: 1px solid #ddd;
|
39 |
+
padding: 10px;
|
40 |
+
}
|
41 |
+
tr:nth-child(even) {
|
42 |
+
background-color: #f9f9f9;
|
43 |
+
}
|
44 |
+
tr:hover {
|
45 |
+
background-color: #f5f5f5;
|
46 |
+
}
|
47 |
+
.stats {
|
48 |
+
background: #f8f9fa;
|
49 |
+
padding: 15px;
|
50 |
+
border-radius: 6px;
|
51 |
+
margin-bottom: 20px;
|
52 |
+
}
|
53 |
+
</style>
|
54 |
+
</head>
|
55 |
+
<body>
|
56 |
+
<div class="container">
|
57 |
+
<h1>π Table 4</h1>
|
58 |
+
<div class="stats">
|
59 |
+
<strong>Document:</strong> tesla docs_28-41 (1)<br>
|
60 |
+
<strong>Page:</strong> 13 |
|
61 |
+
<strong>Generated:</strong> 2025-07-02 19:28:21
|
62 |
+
</div>
|
63 |
+
<table><thead><tr><th rowspan="2">(Dollars in millions)</th><th colspan="3">Year Ended December 31,</th><th colspan="2">2021 vs. 2020 Change</th><th colspan="2">2020 vs. 2019 Change</th></tr><tr><th>2021</th><th>2020</th><th>2019</th><th>$</th><th>%</th><th>$</th><th>%</th></tr></thead><tbody><tr><td colspan="8">Cost of revenues</td></tr><tr><td>Automotive sales</td><td>$ 32,415</td><td>19,696</td><td>15,93 $ 9</td><td>$ 12,719</td><td>65 %</td><td>$ 3,757</td><td>24%</td></tr><tr><td>Automotive leasing</td><td>978</td><td>563</td><td>459</td><td>415</td><td>74%</td><td>104</td><td>23%</td></tr><tr><td>Total automotive cost of revenues</td><td></td><td></td><td>16,3</td><td></td><td></td><td></td><td></td></tr><tr><td></td><td>33,393</td><td>20,259</td><td></td><td>13,134</td><td>65 %</td><td>3,861</td><td>24%</td></tr><tr><td>Services and other</td><td>3,906</td><td>2,671</td><td>2,770</td><td>1,235</td><td>6 %</td><td>(99)</td><td>-4%</td></tr><tr><td>Total automotive & services and other segment cost of revenues</td><td>37,299</td><td>22,930</td><td>19,16 8</td><td>14,369</td><td>63 %</td><td>3,762</td><td>20%</td></tr><tr><td>Energy generation and storage segment</td><td>2,918</td><td>1,976</td><td>1,341</td><td>942</td><td>48%</td><td>635</td><td>47 %</td></tr><tr><td>Total cost of revenues</td><td>40,217</td><td>24,906</td><td>0,5</td><td>$ 15,311</td><td>61%</td><td>4,397</td><td>21%</td></tr><tr><td>Gross profit total automotive</td><td>13,839</td><td>6,977</td><td>4,423</td><td></td><td></td><td></td><td></td></tr><tr><td colspan="8">29.3% 25.6% 21.2% Gross margin total automotive</td></tr><tr><td colspan="8">Gross profit total automotive & services and other</td></tr><tr><td>segment Gross margin total automotive & services and other</td><td>13,735 26.9%</td><td>6,612 22.4%</td><td>3,879 16.8%</td><td></td><td></td><td></td><td></td></tr><tr><td>segment</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Gross profit energy generation and storage segment Gross and</td><td>(129) -4.6%</td><td>18 0.9%</td><td>190 12.4%</td><td></td><td></td><td></td><td></td></tr><tr><td>margin energy generation storage segment</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Total gross profit</td><td>13,606</td><td>6,630</td><td>4,069</td><td></td><td></td><td></td><td></td></tr><tr><td>Total gross margin</td><td>25.3%</td><td>21.0%</td><td>16.6 %</td><td></td><td></td><td></td><td></td></tr></tbody></table>
|
64 |
+
</div>
|
65 |
+
</body>
|
66 |
+
</html>
|
output/unstructured/tesla docs_28-41 (1)-table-4.xlsx
ADDED
Binary file (6.5 kB). View file
|
|
output/unstructured/tesla docs_28-41 (1)-table-5.html
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Table 5 - tesla docs_28-41 (1)</title>
|
7 |
+
<style>
|
8 |
+
body {
|
9 |
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
10 |
+
margin: 20px;
|
11 |
+
background-color: #f5f5f5;
|
12 |
+
}
|
13 |
+
.container {
|
14 |
+
max-width: 1200px;
|
15 |
+
margin: 0 auto;
|
16 |
+
background: white;
|
17 |
+
padding: 20px;
|
18 |
+
border-radius: 8px;
|
19 |
+
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
20 |
+
}
|
21 |
+
h1 {
|
22 |
+
color: #333;
|
23 |
+
border-bottom: 3px solid #667eea;
|
24 |
+
padding-bottom: 10px;
|
25 |
+
}
|
26 |
+
table {
|
27 |
+
border-collapse: collapse;
|
28 |
+
width: 100%;
|
29 |
+
margin-top: 20px;
|
30 |
+
}
|
31 |
+
th {
|
32 |
+
background: #667eea;
|
33 |
+
color: white;
|
34 |
+
padding: 12px;
|
35 |
+
text-align: left;
|
36 |
+
}
|
37 |
+
td {
|
38 |
+
border: 1px solid #ddd;
|
39 |
+
padding: 10px;
|
40 |
+
}
|
41 |
+
tr:nth-child(even) {
|
42 |
+
background-color: #f9f9f9;
|
43 |
+
}
|
44 |
+
tr:hover {
|
45 |
+
background-color: #f5f5f5;
|
46 |
+
}
|
47 |
+
.stats {
|
48 |
+
background: #f8f9fa;
|
49 |
+
padding: 15px;
|
50 |
+
border-radius: 6px;
|
51 |
+
margin-bottom: 20px;
|
52 |
+
}
|
53 |
+
</style>
|
54 |
+
</head>
|
55 |
+
<body>
|
56 |
+
<div class="container">
|
57 |
+
<h1>π Table 5</h1>
|
58 |
+
<div class="stats">
|
59 |
+
<strong>Document:</strong> tesla docs_28-41 (1)<br>
|
60 |
+
<strong>Page:</strong> 14 |
|
61 |
+
<strong>Generated:</strong> 2025-07-02 19:28:21
|
62 |
+
</div>
|
63 |
+
<table><thead><tr><th rowspan="2">(Dollars in millions)</th><th colspan="3">Year Ended December 31,</th><th colspan="2">2021 vs. 2020 Change</th><th colspan="2">2020 vs. 2019 Change</th></tr><tr><th>2021</th><th>2020</th><th>2019</th><th></th><th>%</th><th></th><th>%</th></tr></thead><tbody><tr><td>Research and development</td><td>$ 2,593</td><td>$ 1,491</td><td>$ 1,343</td><td>$ 1,102</td><td>74%</td><td>$ 148</td><td>1</td></tr><tr><td>As a percentage of revenues</td><td>%</td><td>5%</td><td>%</td><td></td><td></td><td></td><td></td></tr></tbody></table>
|
64 |
+
</div>
|
65 |
+
</body>
|
66 |
+
</html>
|
output/unstructured/tesla docs_28-41 (1)-table-5.xlsx
ADDED
Binary file (5.68 kB). View file
|
|
output/unstructured/tesla docs_28-41 (1)_combined_tables.xlsx
ADDED
Binary file (9.68 kB). View file
|
|