Skip to content

ankitkulsh/docsegment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docsegment

Segments text, table, image regions

Open the image (PNG/TIFF/JPEG) in the imported folder and run the following script. Segments the regions as table (table.cpp), and text with bounding box information (decode.cpp) #!/bin/bash g++ -ggdb 'pkg-config --cflags opencv' -o 'basename decode_object.cpp .cpp' decode_object.cpp 'pkg-config --libs opencv' -llept -ltesseract g++ -ggdb 'pkg-config --cflags opencv' -o 'basename table.cpp .cpp' table.cpp 'pkg-config --libs opencv' -llept -ltesseract

About

Segments text, table, image regions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published