- dotnet sdk 6
git clone https://github.com/okumura-pico/ExGemboxPdf.git
cd ExGemboxPdf
dotnet build
./App/bin/Debug/net6.0/App "Pdf file path"Extract a pdf into text and bounding box.
At first, create an instance.
var analyzePdf = new PdfIntoTextPieces.AnalyzePdf();Then get the result.
var result = analyzePdf.analyze(stream);The result type is AnalyzeResult.