QuestionQ135

Document Understanding

Which component is used to evaluate the impact of OCR (Optical Character Recognition) on extraction accuracy during an evaluation?

  • A eval.enable_gpu variable.
  • B eval.redo_ocr variable.
  • C eval.use_cuda variable.
  • D eval.enable_ocr variable.
Explanation

The eval.redo_ocr environment variable reruns OCR in an Evaluation pipeline so that its effect on extraction accuracy can be assessed. It requires an OCR engine to have been configured when the ML package was created.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!