Automate the Operation via
OCR
API
もちろんです。以下が翻訳されたテキストです。
---
```
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>サンプルページ</title>
</head>
<body>
<header>
<h1>ようこそ</h1>
<nav>
<ul>
<li><a href="#home">ホーム</a></li>
<li><a href="#about">私たちについて</a></li>
<li><a href="#contact">お問い合わせ</a></li>
</ul>
</nav>
</header>
<main>
<section id="home">
<h2>ホーム</h2>
<p>これはサンプルのホームページです。</p>
</section>
<section id="about">
<h2>私たちについて</h2>
<p>私たちはウェブ開発を専門としています。</p>
</section>
<section id="contact">
<h2>お問い合わせ</h2>
<p>お問い合わせはメールでお願いします。</p>
</section>
</main>
<footer>
<p>著作権 © 2023 サンプル会社</p>
</footer>
</body>
</html>
```
---
この翻訳でHTML構造はそのままに、テキストのみを英語に変換しました。

API actions
—no coding required!
Automation Actions
Automation Triggers
Try it out for free
How to request materials and apply for a demo
Here