stephenz007/pdf-api
0
1<html>2 <!-- Title -->3 <head>4 <title>PDF text Extracter</title>5 </head>6 7 <!-- Stylesheet -->8 <style>9 body {10 font-family: Arial, Helvetica, sans-serif;11 font-size: 16px;12 line-height: 1.5;13 margin: 0;14 padding: 0;15 }16 h1 {17 font-size: 2em;18 margin: 0;19 padding: 0;20 /* Center */21 text-align: center;22 }23 h3 {24 margin: 0;25 padding: 0;26 /* Center */27 text-align: center;28 }29 </style>30 31 <!-- Body -->32 <body>33 <h1>FastAPI PDF text Extracter</h1>34 35 <h3>36 37 </h3>38 <!-- List of different relevant links and descriptions about them -->39 40 <div style="margin: 0 auto; width: 50%;">41 42 <ul>43 <!-- Link to self /docs -->44 <li>45 <a href="/docs">This API's Interactive Swaggar Docs</a> - Try the API out here!46 </li>47 </ul>48 </div>49 50 </body>51</html>