tree: e3d4b675a41bab4b0a7d7f2cc58a3113f54af7fd [path history] [tgz]
  1. dbus_permissions/
  2. init/
  3. mojo/
  4. mojo_adapter/
  5. ocr_tool/
  6. test_images/
  7. BUILD.gn
  8. daemon.cc
  9. daemon.h
  10. main.cc
  11. ocr_service_impl.cc
  12. ocr_service_impl.h
  13. ocr_service_impl_test.cc
  14. OWNERS
  15. README.md
ocr/README.md

ocr - Optical Character Recognition (OCR) Service for Chrome OS

This directory contains the OCR service, which provides functionality for extracting text and generating searchable PDF files from document images. The service is based on the libtesseract OCR library.

This project is under active development.