Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
abbyy-client.cr
v0.1.0
Abbyy
ApplicationType
BarcodeType
CheckmarkType
Client
Country
ExportFormat
FieldMarkingType
ImageSource
Language
Models
BaseModel
BaseRequest
BaseResponse
DeleteTaskRequest
DeleteTaskResponse
FileBody
GetApplicationInfoResponse
GetTaskStatusRequest
GetTaskStatusResponse
ListTasksRequest
ListTasksResponse
ProcessBarcodeFieldRequest
ProcessBarcodeFieldResponse
ProcessBusinessCardRequest
ProcessBusinessCardResponse
ProcessCheckmarkFieldRequest
ProcessCheckmarkFieldResponse
ProcessDocumentRequest
ProcessDocumentResponse
ProcessFieldsRequest
ProcessFieldsResponse
ProcessImageRequest
ProcessImageResponse
ProcessMRZRequest
ProcessMRZResponse
ProcessReceiptRequest
ProcessReceiptResponse
ProcessTextFieldRequest
ProcessTextFieldResponse
Region
SubmitImageRequest
SubmitImageResponse
Task
TaskIdRequest
TaskResponse
TaskResult
PdfWriteTag
Profile
TaskStatus
TextType
WritingStyle
String
Built with Crystal 1.9.2
2023-10-07 17:38:35 UTC
class
Abbyy::Models::ProcessMRZRequest
Abbyy::Models::ProcessMRZRequest
Abbyy::Models::BaseRequest
Abbyy::Models::BaseModel
Reference
Object
Overview
Request object for
/processMRZ
API-method.
Included Modules
Abbyy::Models::FileBody
Defined in:
abbyy/models/process_mrz_request.cr
Constructors
.new
(file_path : String)
Instance methods inherited from module
Abbyy::Models::FileBody
body : HTTP::Client::BodyType
body
,
file_path : String
file_path
,
file_path=(file_path : String)
file_path=
Constructor methods inherited from module
Abbyy::Models::FileBody
new(file_path : String)
new
Instance methods inherited from class
Abbyy::Models::BaseRequest
body : HTTP::Client::BodyType
body
,
params : Hash(String, String)
params
Constructor Detail
def self.
new
(file_path :
String
)
#
[
View source
]