Package | Description |
---|---|
com.itextpdf.pdf2data.result |
Modifier and Type | Class and Description |
---|---|
class |
ResultCell
Instance of recognized table cell
|
class |
ResultImage
Bytes presentation of recognized image.
|
class |
ResultTable
String presentation of recognized elements like Table
|
class |
ResultText
String presentation of recognized elements like Bunch, Line or Paragraph
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<List<ResultElement>>> |
ParsingResult.getAllResults()
Returns a map with recognition results.
|
List<ResultElement> |
ParsingResult.getResults(String dataFieldName)
Returns list of recognized objects.
|
Copyright © 2022. All rights reserved.