You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+58-1Lines changed: 58 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,18 @@ Use this SDK to build Watson-powered applications in Unity. It comes with a set
21
21
*[Alchemy Language](#alchemy-language)
22
22
*[AlchemyData News](#alchemy-data-news)
23
23
*[Personality Insights](#personality-insights)
24
+
*[Document Conversion](#document-conversion)
24
25
*[Developing a basic application in one minute](#developing-a-basic-application-in-one-minute)
25
26
*[Documentation](#documentation)
26
27
*[License](#license)
27
28
*[Contributing](#contributing)
28
29
29
30
## Before you begin
30
31
Ensure that you have the following prerequisites:
32
+
31
33
* An IBM Bluemix account. If you don't have one, [sign up][bluemix_registration].
32
34
*[Unity][get_unity]. You win! You can use the **free** Personal edition.
33
-
* Change the build settings in Unity (**File > Build Settings**) to PC, Mac & Linux Standalone. Click PC, Mac & Linux Standalone and click the Switch Platform button.
35
+
* Change the build settings in Unity (**File > Build Settings**) to any platform except for web player. The Watson Developer Cloud Unity SDK does not support Unity Web Player.
34
36
35
37
## Getting the Watson SDK and adding it to Unity
36
38
You can get the latest SDK release by clicking [here][latest_release].
The IBM Watson™ [Document conversion][document_conversion] service converts a single HTML, PDF, or Microsoft Word™ document into a normalized HTML, plain text, or a set of JSON-formatted Answer units that can be used with other Watson services. Carefully inspect output to make sure that it contains all elements and metadata required by the security standards of you or your organization.
Use the [AlchemyData News][alchemyData_news] service to provide news and blog content enriched with natural language processing to allow for highly targeted search and trend analysis. Now you can query the world's news sources and blogs like a database.
1364
1420
@@ -1442,3 +1498,4 @@ See [CONTRIBUTING.md](.github/CONTRIBUTING.md).
0 commit comments