Index (S)
»
Retab
»
Types
»
SourcesResponseDocumentType
Class: Retab::Types::SourcesResponseDocumentType
Inherits:
Object
Object
Retab::Types::SourcesResponseDocumentType
show all
Defined in:
lib/retab/types/sources_response_document_type.rb
Constant Summary
collapse
PDF =
'
pdf
'
IMAGE =
'
image
'
CSV =
'
csv
'
XLSX =
'
xlsx
'
DOCX =
'
docx
'
TXT =
'
txt
'
ALL =
[
PDF
,
IMAGE
,
CSV
,
XLSX
,
DOCX
,
TXT
]
.
freeze