GuidesRecipesAPI EndpointsRelease NotesCommunity
Log In
Guides

Enable Docling OCR

Introduction

In Layar version 3.2 and above you enable new Docling OCR which will allow more PDFs to have text extracted successfully.

Editing Layar.config

  1. SSH into your environment.
  2. Run sudo -i
  3. Run vim /data/layar/layar.config
  4. Press i to start editing.
  5. Add the following to the file
    STRUCTURED_DOCUMENT_PROCESSING_ENABLED: true
    OCR_ENABLED: true
  6. Save the file and restart the stack

Did this page help you?