Skip to content

dfo-mpo/ocr-json2web

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

BC16 ORC Web Application

This web application is developed for the BC16 ORC project. It showcases results extracted through Document Intelligence (D.I.) and subsequently compares them with the scanned PDF document for quality assurance and quality control (QA/QC) purposes.

Setup and Hosting

The web application is set up and hosted on Microsoft Azure as a Static Web App. You can access the web app through the link: BC16 website

Getting Started Locally

To get started locally, follow these steps:

Install dependencies:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published