Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (20 loc) · 1.98 KB

README.md

File metadata and controls

22 lines (20 loc) · 1.98 KB
Project Logo

Mobile application of the EDUCO project, an online educational platform oriented to communities, designed for a technical course conclusion work (Systems Development - ETEC Abdias do Nascimento - 2021). Developed with Ionic, Angular and CapacitorJS.

Instructions

  1. Get and configure the EDUCO project server from this repository.
  2. Enter the base URL of the server configured in the step above in the "external.config.json" file.

Project members

Resources

Optical Character Recognition (OCR)

Optical character recognition was implemented with the TesseractJS library, a wrapper for the Tesseract OCR engine programmed in C++. The library supports more than 100 languages, including Portuguese.

Native features (CapacitorJS)

The application is able to access the device's native functionalities, such as the camera and gallery, to perform optical character recognition.