Extract all text from reference document
Get all the text (lines) for a reference document as standardized output. The output is an array of pages with metadata such as text positioning. If you specify a configuration, Sensible uses preprocessors defined in the configuration to process the text.
Authorizations
Sensible uses API keys to authenticate requests. Keep your API keys secure and do not share them publicly accessible areas such as GitHub, client-side code, etc. Authentication to the API is performed via Bearer Authentication. Provide your API key as the bearer auth value.
Path Parameters
User-friendly name for a document type
Body
user-friendly name for the reference document
SenseML configuration as a JSON object, not stringified JSON, for example, "configuration": {"fields":[]}
. If you leave out this parameter, then Sensible returns the best-scoring extraction from the configurations in the document type. If you specify it, Sensible ignores the environment
parameter.
Response
all the text in the document, standardized as an array of pages with lines and their metadata, including positioning