Skip to content

Abclab123/HW3a

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stage-A Document Intelligence

Installation

conda create -n docint python=3.11
conda activate docint
conda install -c conda-forge ghostscript
pip install -r requirements.txt

Target

Create an artificial intelligence that searches in which table in the given pdf files has the desired information.

Input

  1. pdf files with only tables inside
  2. the searching keywords

Output

the hole table with desired information in it

Example

The given pdf file:
image Search query:

非監督式學習的應用

Output: image

How to contribute

  • Every one finishes the whole project and pulls the requests , do not edit the main branch
  • if your code is acceptable, we will add it into the main branch

Note

  • In hw3a, you can use any package you think would be helpful.
  • It's also necessary to implement the UI.
  • Also using draw io to draw a flow diagram is required.

Background Knowledge

Azure Document Intelligence

Test Document

Document 1 Document 2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%