Skip to main content
SenseML is a query language that lets you extract structured data from documents, for example, from PDFs. A field is the basic SenseML query unit for extracting a piece of document data. The output of a field is a JSON key-value pair that structures the extracted data. Here’s a simple example of a field:
JSON
The following image shows this example in the Sensible app: Click to enlarge As the preceding image shows, here’s the output of the example field:
JSON
This example shows the following key concepts: For a more complete SenseML example, see the SenseML introduction.